diff --git a/src/@awesome-cordova-plugins/plugins/clevertap/index.ts b/src/@awesome-cordova-plugins/plugins/clevertap/index.ts index 4206840bfd..76a005c201 100644 --- a/src/@awesome-cordova-plugins/plugins/clevertap/index.ts +++ b/src/@awesome-cordova-plugins/plugins/clevertap/index.ts @@ -130,18 +130,6 @@ export class CleverTap extends AwesomeCordovaNativePlugin { return; } - /** - * Sets the device's Xiaomi push token. - * clevertap-cordova 2.6.0 onwards method requires region as a mandatory parameter. - * @param token {string} - * @param region {string} - * @returns {Promise} - */ - @Cordova() - setPushXiaomiToken(token: string, region: string): Promise { - return; - } - /** * Sets the device's Baidu push token *