getBleDevices method
getBleDevices ask to the server the BLE devices that should sniff.
Implementation
HttpPacketResponse getBleDevices() async {
final response = await _dio.get('/ble');
return _processResponse(response);
}
getBleDevices ask to the server the BLE devices that should sniff.
HttpPacketResponse getBleDevices() async {
final response = await _dio.get('/ble');
return _processResponse(response);
}