MethodChannelRejourney constructor

MethodChannelRejourney()

Implementation

MethodChannelRejourney() {
  methodChannel.setMethodCallHandler(_handleNativeCall);
}