setForegroundNotificationPresentationOptions abstract method

Future<void> setForegroundNotificationPresentationOptions({
  1. bool alert = true,
  2. bool badge = true,
  3. bool sound = true,
})

Implementation

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