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) {
  $AlertDialogAction.configureForRuntime(runtime);
  $MaterialModalActionSheetConfiguration.configureForRuntime(runtime);
  $SheetAction.configureForRuntime(runtime);
  $DialogTextField.configureForRuntime(runtime);
  $AdaptiveStyle.configureForRuntime(runtime);
  $OkCancelResult.configureForRuntime(runtime);
  $OkCancelAlertDefaultType.configureForRuntime(runtime);
  $showAlertDialogFn.configureForRuntime(runtime);
  $showConfirmationDialogFn.configureForRuntime(runtime);
  $showOkAlertDialogFn.configureForRuntime(runtime);
  $showOkCancelAlertDialogFn.configureForRuntime(runtime);
  $showModalActionSheetFn.configureForRuntime(runtime);
  $showTextAnswerDialogFn.configureForRuntime(runtime);
  $showTextInputDialogFn.configureForRuntime(runtime);
}