configureForRuntime static method
void
configureForRuntime(
- Runtime runtime
Implementation
static void configureForRuntime(Runtime runtime) {
return runtime.registerBridgeFunc(
'package:adaptive_dialog/src/alert_dialog/show_confirmation_dialog.dart',
'showConfirmationDialog',
const $showConfirmationDialogFn().call,
);
}