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