gestureEvent method

void gestureEvent()

An event sent by the FlutterGestureDetector to indicate a user-driven gesture-event. This can be used to switch off automatic movement of the map.

Implementation

void gestureEvent() {
  _injectGesture.add(GestureEvent());
}