isAdvertised property
bool
get
isAdvertised
Checks whether or not the service is currently advertising.
Implementation
bool get isAdvertised => _advertiser != null;
Checks whether or not the service is currently advertising.
bool get isAdvertised => _advertiser != null;