mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
fix(secure-storage): add missing function (#1626)
* fix(secure-storage): add missing function fix #1625 * Update index.ts
This commit is contained in:
parent
2d3add6507
commit
8b9995a5af
@ -57,6 +57,13 @@ export class SecureStorageObject {
|
||||
})
|
||||
clear(): Promise<any> { return; }
|
||||
|
||||
/**
|
||||
* Brings up the screen-lock settings
|
||||
* @returns {Promise<any>}
|
||||
*/
|
||||
@CordovaInstance()
|
||||
secureDevice(): Promise<any> { return; }
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user