cap-plugin-webtoandroid
npm install cap-plugin-webtoandroidcap-plugin-webtoandroid
``bash`
npm install cap-plugin-webtoandroid
npx cap sync
#### RequestProxyProps
| Prop | Type |
| ------------ | ------------------------------------------------------------ |
| url | string |
| method | 'GET' \| 'POST' \| 'DELETE' \| 'PUT' |
| data | Record<string, any> |
#### PluginListenerHandle
| Prop | Type |
| ------------ | ----------------------------------------- |
| remove` | () => Promise<void> |
#### Record
Construct a type with a set of properties K of type T
{
[P in K]: T;
}
#### ListenerCallback
(err: any, ...args: any[]): void