streamController property

StreamController<MapEvent<Object?>> streamController
final

The controller used to broadcast map events coming from the host platform.

Implementation

final StreamController<MapEvent<Object?>> streamController;