mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-20 17:02:19 +08:00
refactor(nativestorage):
This commit is contained in:
parent
df1d42fa99
commit
1e69371648
@ -1,8 +1,10 @@
|
|||||||
import {Plugin, Cordova} from './plugin';
|
import { Cordova, Plugin } from './plugin';
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name Native Storage
|
* @name Native Storage
|
||||||
* @description
|
* @description
|
||||||
*
|
*
|
||||||
* @usage
|
* @usage
|
||||||
* ```typescript
|
* ```typescript
|
||||||
* import {NativeStorage} from 'ionic-native';
|
* import {NativeStorage} from 'ionic-native';
|
||||||
@ -53,4 +55,5 @@ export class NativeStorage {
|
|||||||
*/
|
*/
|
||||||
@Cordova()
|
@Cordova()
|
||||||
static clear(): Promise<any> {return; }
|
static clear(): Promise<any> {return; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user