getNotificationSettings method Null safety
Returns the current NotificationSettings
.
To request permissions, call requestPermission.
Implementation
Future<NotificationSettings> getNotificationSettings() {
return _delegate.getNotificationSettings();
}