MethodChannelMcFlutterRecorder constructor

MethodChannelMcFlutterRecorder()

Implementation

MethodChannelMcFlutterRecorder() {
  methodChannel.setMethodCallHandler(handleMethod);
}