versionCommand property
- @override
override
A command to notify the firmware of the Dashboard's supportedVersion.
Implementation
@override
DriveCommand get versionCommand => DriveCommand(version: supportedVersion);
A command to notify the firmware of the Dashboard's supportedVersion.
@override
DriveCommand get versionCommand => DriveCommand(version: supportedVersion);