rebindPrinter method

Future<bool> rebindPrinter()

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

Implementation

Future<bool> rebindPrinter() async {
  return await SunmiPrinterPlusPlatform.instance.rebindPrinter();
}