MethodChannelPlugin constructor

MethodChannelPlugin()

Implementation

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