bindPrinter method

Future<bool?> bindPrinter()

Implementation

Future<bool?> bindPrinter() {
  throw UnimplementedError('bindPrinter() has not been implemented.');
}