getFirmwareVersion method
getFirmwareVersion() returns a String representing the firmware version of the connected printer.
Implementation
Future<String?> getFirmwareVersion() async {
throw UnimplementedError('getFirmwareVersion() has not been implemented.');
}