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