emitMapEvent method

void emitMapEvent(
  1. MapEvent event
)

Implementation

void emitMapEvent(MapEvent event) {
  _mapEventSink.add(event);
}