- Added worker to
enableBluetooth
andconnectPrinter()
methods so you can use loading or similar while waiting enableBluetooth
method finally returns promise that is not hardcoded with fixed timeout, so timeout is not used at this moment, will use it to define timeout of enabling bluetooth.
- Added new methods
isBluetoothEnabled()
andisConnected()
;
- Changed method name from
EnableBluetooth()
toenableBluetooth()
First version published