StoragePlugin
get(options: { key: string }): Promise
<{ value:
any }
>
Returns: Promise
<{ value:
any }
>
keys(): Promise
<{ keys:
any }
>
Returns: Promise
<{ keys:
any }
>
remove(options: { key: string }): Promise
<void
>
set(options: { key: string, value: string }): Promise
<void
>
options
{ key: string, value: string }
Returns: Promise<void>
addListener(eventName: string,
listenerFunc: Function): PluginListenerHandle
Returns: PluginListenerHandle
Interfaces Used