Skip to content

Commit

Permalink
fix(secure-storage): add missing function (#1626)
Browse files Browse the repository at this point in the history
* fix(secure-storage): add missing function

fix #1625

* Update index.ts
  • Loading branch information
danielsogl authored and ihadeed committed Jun 1, 2017
1 parent 2d3add6 commit 8b9995a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/@ionic-native/plugins/secure-storage/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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; }

}

/**
Expand Down

0 comments on commit 8b9995a

Please sign in to comment.