getConnectionType method

Future<String?> getConnectionType()

getConnectionType() returns a String representing the protocol that was used to connect to the printer.

Implementation

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