setUserNotificationsEnabled method
- bool enabled
Enables or disables the user notifications.
Implementation
Future<void> setUserNotificationsEnabled(bool enabled) async {
return await _module.channel
.invokeMethod('push#setUserNotificationsEnabled', enabled);
}