configureForRuntime method
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);
}