From 182b403f69492b96375a7be895da4ff486eccf7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20JAIS?= Date: Sat, 23 Jan 2021 18:17:11 +0100 Subject: [PATCH] feat(wonderpush): remove isReady method. (#3580) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Stéphane JAIS --- src/@ionic-native/plugins/wonderpush/index.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/@ionic-native/plugins/wonderpush/index.ts b/src/@ionic-native/plugins/wonderpush/index.ts index 04c9ddc8d..65bfb7f66 100644 --- a/src/@ionic-native/plugins/wonderpush/index.ts +++ b/src/@ionic-native/plugins/wonderpush/index.ts @@ -239,17 +239,6 @@ export class WonderPush extends IonicNativePlugin { return; } - /** - * Whether the SDK is ready to operate. - * - * The SDK is ready when it is initialized and has fetched an access token. - * @returns {Promise} - */ - @Cordova() - isReady(): Promise { - return; - } - /** * Controls native SDK logging. * @param {boolean} enabled - Whether to enable logs.