showNotificationsSettings static method

Future<void> showNotificationsSettings()

Shows notifications settings screen.

This is used just for Android os.

Implementation

static Future<void> showNotificationsSettings() async {
  await _channel.invokeMethod('showNotificationsSettings');
}