connectPrinter method

Future<String?> connectPrinter({
  1. required String macAddress,
})

Implementation

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