configureForRuntime method
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);
}