rebindPrinter method

Future<bool> rebindPrinter()

Rebinds the printer service (useful if the service was killed or lost).

Implementation

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