MethodChannelPip constructor

MethodChannelPip()

Implementation

MethodChannelPip() {
  methodChannel.setMethodCallHandler(_handleMethod);
}