mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user