BLE device I am using sends a custom set of data, among which I need to filter a flag indicating that the device is in paring mode. I am able to check and filter manufacturer data using mobile BLE package. Unfortunately, I cannot check manufacturer data using 'flutter_web_bluetooth' package.
This is the piece of code I'm using flutter_blue_plus package that helps me get what I need
final manufacturerData = e.advertisementData.manufacturerData[0];