MethodChannelMapControl constructor

MethodChannelMapControl()

Implementation

MethodChannelMapControl() {
  listenerChannel.setMethodCallHandler((call) => _listenerHandler(call));
  floorSelectorChannel
      .setMethodCallHandler((call) => _floorSelectorHandler(call));
  mapControlMethodChannel
      .setMethodCallHandler((call) => _mapControlHandler(call));
}