MapManager constructor

MapManager(
  1. MethodChannel _methodChannel,
  2. EventChannel _coordinateEventChannel,
  3. EventChannel _attitudeEventChannel
)

Implementation

MapManager(
  this._methodChannel,
  this._coordinateEventChannel,
  this._attitudeEventChannel,
);