configureForRuntime method

  1. @override
void configureForRuntime(
  1. Runtime runtime
)

Configure this plugin for use in a dart_eval Runtime.

Implementation

@override
void configureForRuntime(Runtime runtime) {
  $WebViewConfiguration.configureForRuntime(runtime);
  $BrowserConfiguration.configureForRuntime(runtime);
  $LaunchMode.configureForRuntime(runtime);
  $launchUrlFn.configureForRuntime(runtime);
  $canLaunchUrlFn.configureForRuntime(runtime);
  $closeInAppWebViewFn.configureForRuntime(runtime);
  $supportsLaunchModeFn.configureForRuntime(runtime);
  $supportsCloseForLaunchModeFn.configureForRuntime(runtime);
}