MotorFlutter constructor Null safety

MotorFlutter()

Implementation

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