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) {
  $DatabaseExecutor.configureForRuntime(runtime);
  $Transaction.configureForRuntime(runtime);
  $Database.configureForRuntime(runtime);
  $Batch.configureForRuntime(runtime);
  $QueryCursor.configureForRuntime(runtime);
  $ConflictAlgorithm.configureForRuntime(runtime);
  configureFunctionsForRuntime(runtime);
}