getNotificationSettings method

Future<NotificationSettings> getNotificationSettings()

Returns the current NotificationSettings.

To request permissions, call requestPermission.

Implementation

Future<NotificationSettings> getNotificationSettings() {
  return _delegate.getNotificationSettings();
}