disconnectFromDevice method
Disconnects from the given printer.
Implementation
@override
Future<void> disconnectFromDevice(BluetoothPrinter printer) async {
await methodChannel.invokeMethod<void>(
'disconnectFromDevice',
printer.toMap(),
);
}