This commit is contained in:
parent
809e5ac14d
commit
e715498d33
@ -164,7 +164,7 @@ export class SecureStorageEcho extends IonicNativePlugin {
|
|||||||
return getPromise<SecureStorageEchoObject>((res: Function, rej: Function) => {
|
return getPromise<SecureStorageEchoObject>((res: Function, rej: Function) => {
|
||||||
const instance = new (SecureStorageEcho.getPlugin())(
|
const instance = new (SecureStorageEcho.getPlugin())(
|
||||||
() => res(new SecureStorageEchoObject(instance)),
|
() => res(new SecureStorageEchoObject(instance)),
|
||||||
rej,
|
() => rej(new SecureStorageEchoObject(instance)),
|
||||||
store,
|
store,
|
||||||
options
|
options
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user