receivesAdvertisements property

bool get receivesAdvertisements

On web, it returns true if the web browser supports receiving advertisements from this device. The rest of the platforms will always return true.

Implementation

bool get receivesAdvertisements =>
    UniversalBle.receivesAdvertisements(deviceId);