getNotificationSettings method

Future<UNNotificationSettings> getNotificationSettings()

Implementation

Future<UNNotificationSettings> getNotificationSettings() {
  return _pushHostApi.getNotificationSettings();
}