diff --git a/src/@ionic-native/plugins/unvired-cordova-sdk/index.ts b/src/@ionic-native/plugins/unvired-cordova-sdk/index.ts index d248fd1d..94d5717f 100644 --- a/src/@ionic-native/plugins/unvired-cordova-sdk/index.ts +++ b/src/@ionic-native/plugins/unvired-cordova-sdk/index.ts @@ -980,21 +980,12 @@ export class UnviredCordovaSDK extends IonicNativePlugin { * Only one class can subscribe to notifications are any point of time. */ @Cordova({ - observable: true, - clearFunction: 'unRegisterNotifListener' + observable: true }) registerNotifListener(): Observable { return; } - /** - * Unregister the notification listener previously registered. - */ - @Cordova() - unRegisterNotifListener(): Promise { - return; - } - /** * Supported in mobile only * Check whether a Header datastructure is in outbox.