MethodChannelFlutterIot constructor

MethodChannelFlutterIot()

Implementation

MethodChannelFlutterIot() {
  methodChannel.setMethodCallHandler(_handleNativeCall);
}