mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
parent
b2d07b43cc
commit
8311aaf893
@ -53,6 +53,13 @@ export class NativeStorage extends IonicNativePlugin {
|
||||
@Cordova()
|
||||
getItem(reference: string): Promise<any> { return; }
|
||||
|
||||
/**
|
||||
* Retrieving all keys
|
||||
* @returns {Promise<any>}
|
||||
*/
|
||||
@Cordova()
|
||||
keys(): Promise<any> { return; }
|
||||
|
||||
/**
|
||||
* Removes a single stored item
|
||||
* @param reference {string}
|
||||
|
Loading…
Reference in New Issue
Block a user