setNotificationsEnabled static method

dynamic setNotificationsEnabled(
  1. bool enabled
)

Implementation

static setNotificationsEnabled(bool enabled) {
  _channel.invokeMethod("setNotificationsEnabled", {"enabled": enabled});
}