readStatusSerial method

Future<Uint8List?> readStatusSerial(
  1. Uint8List command
)

Implementation

Future<Uint8List?> readStatusSerial(Uint8List command) async {
  throw UnimplementedError('readStatusSerial() has not been implemented.');
}