setForegroundNotificationPresentationOptions abstract method
Implementation
Future<void> setForegroundNotificationPresentationOptions({
bool alert = true,
bool badge = true,
bool sound = true,
});
Future<void> setForegroundNotificationPresentationOptions({
bool alert = true,
bool badge = true,
bool sound = true,
});