Missing unsubscribe() / unSubScribeRowData() and many more methods
We are currently using Ionic Bluetooth Serial package. I have checked package documentation on GitHub. There mentioned unsubscribe() and unsubscribeRowData() and like more functions. but when I tried to use there functions, following methods are available or working and all other methods are missing from ionic Bluetooth Serial package.
connect() connectInsecure() disconnect() write() available() read() readUntil() clear() list() isEnabled() isConnected() readRSSI() showBluetoothSettings() enable() discoverUnpaired() setDeviceDiscoveredListener() setName() setDiscoverable() subscribe() subscribeRowData()
this all above methods are available in the package. but the main methods like unsubscribe() and unsubscribeRowData() are not found.
In Edition
We are using this plugin for ionic capacitor
We Need
we just need unsubscribe() and unsubscribeRowData() methods to continue on our work, this package is working very fine but this problem is really terrible.
I have the same problem, did you manage to solve it? It really bothers me and it's delaying my work.