setChannel method

MethodChannel setChannel(
  1. int mapId
)

Implementation

MethodChannel setChannel(int mapId) {
  return _channels[mapId]!;
}