MethodChannelNexus constructor

MethodChannelNexus()

Implementation

MethodChannelNexus() {
  methodChannel.setMethodCallHandler(_handleNative);
}