configureForRuntime method

  1. @override
void configureForRuntime(
  1. Runtime runtime
)

Configure this plugin for use in a dart_eval Runtime.

Implementation

@override
void configureForRuntime(Runtime runtime) {
  $LatLngBounds.configureForRuntime(runtime);
  $InteractiveFlag.configureForRuntime(runtime);
  $MapEvent.configureForRuntime(runtime);
  $MapEventWithMove.configureForRuntime(runtime);
  $MapEventTap.configureForRuntime(runtime);
  $MapEventSecondaryTap.configureForRuntime(runtime);
  $MapEventLongPress.configureForRuntime(runtime);
  $MapEventMoveStart.configureForRuntime(runtime);
  $MapEventMoveEnd.configureForRuntime(runtime);
  $MapEventFlingAnimation.configureForRuntime(runtime);
  $MapEventFlingAnimationNotStarted.configureForRuntime(runtime);
  $MapEventFlingAnimationStart.configureForRuntime(runtime);
  $MapEventFlingAnimationEnd.configureForRuntime(runtime);
  $MapEventDoubleTapZoom.configureForRuntime(runtime);
  $MapEventScrollWheelZoom.configureForRuntime(runtime);
  $MapEventDoubleTapZoomStart.configureForRuntime(runtime);
  $MapEventDoubleTapZoomEnd.configureForRuntime(runtime);
  $MapEventRotate.configureForRuntime(runtime);
  $MapEventRotateStart.configureForRuntime(runtime);
  $MapEventRotateEnd.configureForRuntime(runtime);
  $MapEventNonRotatedSizeChange.configureForRuntime(runtime);
  $TapPosition.configureForRuntime(runtime);
  $CircleLayer.configureForRuntime(runtime);
  $CircleMarker.configureForRuntime(runtime);
  $Marker.configureForRuntime(runtime);
  $MarkerLayer.configureForRuntime(runtime);
  $Scalebar.configureForRuntime(runtime);
  $MobileLayerTransformer.configureForRuntime(runtime);
  $MapCamera.configureForRuntime(runtime);
  $CameraConstraint.configureForRuntime(runtime);
  $ContainCameraCenter.configureForRuntime(runtime);
  $ContainCamera.configureForRuntime(runtime);
  $ContainCameraLatitude.configureForRuntime(runtime);
  $CameraFit.configureForRuntime(runtime);
  $FitBounds.configureForRuntime(runtime);
  $FitInsideBounds.configureForRuntime(runtime);
  $FitCoordinates.configureForRuntime(runtime);
  $MapController.configureForRuntime(runtime);
  $CursorKeyboardRotationOptions.configureForRuntime(runtime);
  $InteractionOptions.configureForRuntime(runtime);
  $KeyboardOptions.configureForRuntime(runtime);
  $MapOptions.configureForRuntime(runtime);
  $FlutterMap.configureForRuntime(runtime);
  $LayerHitResult.configureForRuntime(runtime);
  $MapEventSource.configureForRuntime(runtime);
  $CursorRotationBehaviour.configureForRuntime(runtime);
}