MotorFlutter constructor Null safety

MotorFlutter()

It creates a new instance of the MotorFlutter class.

Implementation

MotorFlutter() {
  methodChannel.setMethodCallHandler(_handleMethodCall);
}