onCameraIdle method

  1. @override
void onCameraIdle()

Called when the map camera stops moving.

Implementation

@override
void onCameraIdle() {
  streamController.add(CameraIdleEvent(mapId));
}