configureForRuntime static method
void
configureForRuntime(
- Runtime runtime
Configure this class for use in a Runtime
Implementation
static void configureForRuntime(Runtime runtime) {
runtime.registerBridgeFunc(
'package:flutter_map/src/gestures/map_events.dart',
'MapEventDoubleTapZoom.',
$MapEventDoubleTapZoom.$new,
);
}