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/interactive_flag.dart',
'InteractiveFlag.hasFlag',
$InteractiveFlag.$hasFlag,
);
runtime.registerBridgeFunc(
'package:flutter_map/src/gestures/interactive_flag.dart',
'InteractiveFlag.hasMultiFinger',
$InteractiveFlag.$hasMultiFinger,
);
runtime.registerBridgeFunc(
'package:flutter_map/src/gestures/interactive_flag.dart',
'InteractiveFlag.hasDrag',
$InteractiveFlag.$hasDrag,
);
runtime.registerBridgeFunc(
'package:flutter_map/src/gestures/interactive_flag.dart',
'InteractiveFlag.hasFlingAnimation',
$InteractiveFlag.$hasFlingAnimation,
);
runtime.registerBridgeFunc(
'package:flutter_map/src/gestures/interactive_flag.dart',
'InteractiveFlag.hasPinchMove',
$InteractiveFlag.$hasPinchMove,
);
runtime.registerBridgeFunc(
'package:flutter_map/src/gestures/interactive_flag.dart',
'InteractiveFlag.hasPinchZoom',
$InteractiveFlag.$hasPinchZoom,
);
runtime.registerBridgeFunc(
'package:flutter_map/src/gestures/interactive_flag.dart',
'InteractiveFlag.hasDoubleTapDragZoom',
$InteractiveFlag.$hasDoubleTapDragZoom,
);
runtime.registerBridgeFunc(
'package:flutter_map/src/gestures/interactive_flag.dart',
'InteractiveFlag.hasDoubleTapZoom',
$InteractiveFlag.$hasDoubleTapZoom,
);
runtime.registerBridgeFunc(
'package:flutter_map/src/gestures/interactive_flag.dart',
'InteractiveFlag.hasRotate',
$InteractiveFlag.$hasRotate,
);
runtime.registerBridgeFunc(
'package:flutter_map/src/gestures/interactive_flag.dart',
'InteractiveFlag.hasScrollWheelZoom',
$InteractiveFlag.$hasScrollWheelZoom,
);
runtime.registerBridgeFunc(
'package:flutter_map/src/gestures/interactive_flag.dart',
'InteractiveFlag.all*g',
$InteractiveFlag.$all,
);
runtime.registerBridgeFunc(
'package:flutter_map/src/gestures/interactive_flag.dart',
'InteractiveFlag.none*g',
$InteractiveFlag.$none,
);
runtime.registerBridgeFunc(
'package:flutter_map/src/gestures/interactive_flag.dart',
'InteractiveFlag.drag*g',
$InteractiveFlag.$drag,
);
runtime.registerBridgeFunc(
'package:flutter_map/src/gestures/interactive_flag.dart',
'InteractiveFlag.flingAnimation*g',
$InteractiveFlag.$flingAnimation,
);
runtime.registerBridgeFunc(
'package:flutter_map/src/gestures/interactive_flag.dart',
'InteractiveFlag.pinchMove*g',
$InteractiveFlag.$pinchMove,
);
runtime.registerBridgeFunc(
'package:flutter_map/src/gestures/interactive_flag.dart',
'InteractiveFlag.pinchZoom*g',
$InteractiveFlag.$pinchZoom,
);
runtime.registerBridgeFunc(
'package:flutter_map/src/gestures/interactive_flag.dart',
'InteractiveFlag.doubleTapZoom*g',
$InteractiveFlag.$doubleTapZoom,
);
runtime.registerBridgeFunc(
'package:flutter_map/src/gestures/interactive_flag.dart',
'InteractiveFlag.doubleTapDragZoom*g',
$InteractiveFlag.$doubleTapDragZoom,
);
runtime.registerBridgeFunc(
'package:flutter_map/src/gestures/interactive_flag.dart',
'InteractiveFlag.scrollWheelZoom*g',
$InteractiveFlag.$scrollWheelZoom,
);
runtime.registerBridgeFunc(
'package:flutter_map/src/gestures/interactive_flag.dart',
'InteractiveFlag.rotate*g',
$InteractiveFlag.$rotate,
);
}