Attempts to connect to a specific BLE device by its id.
id
Future<bool> connect(String id) => NexoraSdkPlatform.instance.connectDevice(id);