LaunchOptions constructor

const LaunchOptions({
  1. PreferredLaunchMode mode = PreferredLaunchMode.platformDefault,
  2. InAppWebViewConfiguration webViewConfiguration = const InAppWebViewConfiguration(),
  3. String? webOnlyWindowName,
})

Implementation

const LaunchOptions({
  this.mode = PreferredLaunchMode.platformDefault,
  this.webViewConfiguration = const InAppWebViewConfiguration(),
  this.webOnlyWindowName,
});