feat(wonderpush): remove isReady method. (#3580)

Co-authored-by: Stéphane JAIS <stephane@wonderpush.com>
This commit is contained in:
Stéphane JAIS 2021-01-23 18:17:11 +01:00 committed by GitHub
parent ddd269e7ab
commit 182b403f69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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<any>}
*/
@Cordova()
isReady(): Promise<boolean> {
return;
}
/**
* Controls native SDK logging.
* @param {boolean} enabled - Whether to enable logs.