areNotificationsEnabled method

Future<bool?> areNotificationsEnabled()

Implementation

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