clearAllEntitlements static method
Call to remove any entitlements previously set in the SDK
Implementation
static Future<void> clearAllEntitlements() {
return channel.invokeMethod("clearAllEntitlements");
}
Call to remove any entitlements previously set in the SDK
static Future<void> clearAllEntitlements() {
return channel.invokeMethod("clearAllEntitlements");
}