connectToPrinter method

Future<bool> connectToPrinter(
  1. String macAddress
)

Connect to a specific printer by MAC address

Implementation

Future<bool> connectToPrinter(String macAddress) {
  throw UnimplementedError('connectToPrinter() has not been implemented.');
}