configureForRuntime static method
void
configureForRuntime(
- Runtime runtime
Configure this enum for use in a Runtime
Implementation
static void configureForRuntime(Runtime runtime) {
runtime.registerBridgeEnumValues(
'package:flutter/src/widgets/focus_manager.dart',
'KeyEventResult',
$KeyEventResult._$values,
);
runtime.registerBridgeFunc(
'package:flutter/src/widgets/focus_manager.dart',
'KeyEventResult.values*g',
$KeyEventResult.$values,
);
}