getConnectedDevice method
Gets the details of the currently connected printer.
Implementation
Future<Peripheral?> getConnectedDevice() {
throw UnimplementedError('getConnectedDevice() has not been implemented.');
}
Gets the details of the currently connected printer.
Future<Peripheral?> getConnectedDevice() {
throw UnimplementedError('getConnectedDevice() has not been implemented.');
}