toggleNotifications static method

void toggleNotifications(
  1. bool value
)

Implementation

static void toggleNotifications(bool value) {
  // Invoke native method
  _channel.invokeMethod('toggleNotifications', <dynamic>[value]);
}