discoverPrinters method
Future<List<BrotherPrinter> >
discoverPrinters({
- required Set<
BrotherConnectionType> connectionTypes, - Duration timeout = const Duration(seconds: 10),
Implementation
Future<List<BrotherPrinter>> discoverPrinters({
required Set<BrotherConnectionType> connectionTypes,
Duration timeout = const Duration(seconds: 10),
}) => throw UnimplementedError('discoverPrinters() not implemented.');