esc_pos_bluetooth
esc_pos_bluetooth copied to clipboard
How to disconnect printer?
I want to disconnect the printer after connected to one printer, No disconnect() method?
Try this
BluetoothManager.instance.disconnect();
also, you need to add flutter_bluetooth_basic
as a dependency in your pubspec.yml
Try this
BluetoothManager.instance.disconnect();
also, you need to add
flutter_bluetooth_basic
as a dependency in your pubspec.yml
tks.