channel property

只用于测试 用于与native的通信

Implementation

@visibleForTesting
MethodChannel get channel {
  return _methodChannel.channel(mapId);
}