getStatus method

Future<String?> getStatus()

Fetch the printer's status.

Implementation

Future<String?> getStatus() {
  throw UnimplementedError('getStatus() has not been implemented.');
}