refactor(nativestorage):
This commit is contained in:
parent
df1d42fa99
commit
1e69371648
@ -1,4 +1,6 @@
|
|||||||
import {Plugin, Cordova} from './plugin';
|
import { Cordova, Plugin } from './plugin';
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name Native Storage
|
* @name Native Storage
|
||||||
* @description
|
* @description
|
||||||
@ -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