channel method

MethodChannel channel(
  1. int mapId
)

Implementation

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