configureForRuntime static method
void
configureForRuntime(
- Runtime runtime
Implementation
static void configureForRuntime(Runtime runtime) {
return runtime.registerBridgeFunc(
_package,
'closeInAppWebView',
const $closeInAppWebViewFn().call,
);
}