areNotificationsEnabled method
Implementation
Future<bool?> areNotificationsEnabled() async {
return await _channel.invokeMethod("CleverPush#areNotificationsEnabled");
}
Future<bool?> areNotificationsEnabled() async {
return await _channel.invokeMethod("CleverPush#areNotificationsEnabled");
}