diff --git a/src/@ionic-native/plugins/wonderpush/index.ts b/src/@ionic-native/plugins/wonderpush/index.ts index 04c9ddc8dd..65bfb7f66d 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.