MotorFlutter constructor Null safety
It creates a new instance of the MotorFlutter class.
Implementation
MotorFlutter() {
methodChannel.setMethodCallHandler(_handleMethodCall);
}
It creates a new instance of the MotorFlutter class.
MotorFlutter() {
methodChannel.setMethodCallHandler(_handleMethodCall);
}