CirclesController constructor
CirclesController({
- required StreamController<
MapEvent< stream,Object?> >
Initialize the cache. The StreamController comes from the GoogleMapController, and is shared with other controllers.
Implementation
CirclesController({
required StreamController<MapEvent<Object?>> stream,
}) : _streamController = stream,
_circleIdToController = <CircleId, CircleController>{};