getPrinters method

Future<List<String?>> getPrinters()

getPrinters() returns a List of Strings representing the printer names that have been discovered via the discovery scan. Items from this list will only be removed on subsequent launches of the app.

Implementation

Future<List<String?>> getPrinters() {
  throw UnimplementedError('getPrinters() has not been implemented.');
}