disconnect method Null safety
*disconnect
Disconnect the printer
Implementation
Future<int?> disconnect() async => await platform?.invokeMethod('printerStop') ?? 0;
*disconnect
Disconnect the printer
Future<int?> disconnect() async => await platform?.invokeMethod('printerStop') ?? 0;