configureForRuntime static method
void
configureForRuntime(
- Runtime runtime
Configure this class for use in a Runtime
Implementation
static void configureForRuntime(Runtime runtime) {
runtime.registerBridgeFunc(
'package:country_coder/src/region_feature.dart',
'RegionFeature.',
$RegionFeature.$new,
);
runtime.registerBridgeFunc(
'package:country_coder/src/region_feature.dart',
'RegionFeature.fromJson',
$RegionFeature.$fromJson,
);
}