|
@@ -15,8 +15,9 @@ export interface NativePlugin {
|
|
|
openSettings(): Promise<{}>;
|
|
|
openProfile(): Promise<{}>;
|
|
|
openNotificationCenter(): Promise<{}>;
|
|
|
+ openSecureFolder(): Promise<{}>;
|
|
|
}
|
|
|
|
|
|
const native_plugin = registerPlugin<NativePlugin>("NativeCap");
|
|
|
|
|
|
-export default native_plugin;
|
|
|
+export default native_plugin;
|