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