getConnectedDevice method

Future<Peripheral?> getConnectedDevice()

Gets the details of the currently connected printer.

Implementation

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