setForegroundPresentationOptions method
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.');
}