isUserNotificationsEnabled property
Tells if user notifications are enabled or not.
Implementation
Future<bool> get isUserNotificationsEnabled async {
return await _module.channel
.invokeMethod('push#isUserNotificationsEnabled');
}
Tells if user notifications are enabled or not.
Future<bool> get isUserNotificationsEnabled async {
return await _module.channel
.invokeMethod('push#isUserNotificationsEnabled');
}