AMapController.withId constructor

AMapController.withId(
  1. int id
)

Implementation

AMapController.withId(int id)
    : _mapChannel = MethodChannel('me.yohom/map$id'),
      _markerClickedEventChannel = EventChannel('me.yohom/marker_clicked$id'),
      _mapMovedEventChannel = EventChannel('me.yohom/map_moved$id');