MethodChannelTypeMate constructor

MethodChannelTypeMate()

Implementation

MethodChannelTypeMate() {
  // Set up method call handler for callbacks from native side
  methodChannel.setMethodCallHandler(_handleMethodCall);
}