From a0779de633b917fbddf1a525264db7a37072f5fe Mon Sep 17 00:00:00 2001 From: Srinidhi Anand Rao Date: Tue, 23 Jul 2019 13:57:37 +0530 Subject: [PATCH] doc(unvired-cordova-sdk): remove clearFunction --- .../plugins/unvired-cordova-sdk/index.ts | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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.