MethodChannelLocationAndroidEasy constructor

MethodChannelLocationAndroidEasy()

Implementation

MethodChannelLocationAndroidEasy() {
  channelMethod = MethodChannel(methodChannel);
  channelBasicMessage =
      BasicMessageChannel(methodBasicMessage, const StandardMessageCodec());
}