discoverPrinters method

Future<List<BrotherPrinter>> discoverPrinters({
  1. required Set<BrotherConnectionType> connectionTypes,
  2. 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.');