diff --git a/src/plugins/safari-view-controller.ts b/src/plugins/safari-view-controller.ts index c46869fac..dd5012ed7 100644 --- a/src/plugins/safari-view-controller.ts +++ b/src/plugins/safari-view-controller.ts @@ -81,7 +81,7 @@ export class SafariViewController { * Hides Safari View Controller */ @Cordova() - static hide(): void { } + static hide(): Promise { return; } /** * Tries to connect to the Chrome's custom tabs service. you must call this method before calling any of the other methods listed below.