Description
i store remote id of previously connected device, it works when i run the project on android with only flutter_blue_plus. but i need to run this app on windows. so i use your plugin. but i encountered an error when reconnecting to device with only remote id
Steps To Reproduce
- BluetoothDevice device = BluetoothDevice(remoteId: DeviceIdentifier(remoteId));
- device.connect()
- this will return Unhandled Exception: MissingPluginException(No implementation found for method connect
Expected Behavior
successfully connected to device
Description
i store remote id of previously connected device, it works when i run the project on android with only flutter_blue_plus. but i need to run this app on windows. so i use your plugin. but i encountered an error when reconnecting to device with only remote id
Steps To Reproduce
Expected Behavior
successfully connected to device