MobileControlsModel constructor
Starts sending messages to the rover.
Implementation
MobileControlsModel() {
_timer = Timer.periodic(const Duration(milliseconds: 10), _sendSpeeds);
}
Starts sending messages to the rover.
MobileControlsModel() {
_timer = Timer.periodic(const Duration(milliseconds: 10), _sendSpeeds);
}