setForegroundPresentationOptions method

Future<void> setForegroundPresentationOptions({
  1. required bool showSystemUI,
})

Configures whether the native system UI should be shown for foreground notifications.

Implementation

Future<void> setForegroundPresentationOptions({required bool showSystemUI}) {
  throw UnimplementedError(
    'setForegroundPresentationOptions() has not been implemented.',
  );
}