configureForRuntime static method

void configureForRuntime(
  1. Runtime runtime
)

Implementation

static void configureForRuntime(Runtime runtime) {
  return runtime.registerBridgeFunc(
    'package:adaptive_dialog/src/alert_dialog/show_alert_dialog.dart',
    'showAlertDialog',
    const $showAlertDialogFn().call,
  );
}