hasListeners property

  1. @override
bool get hasListeners

Indicates whether there are active listeners on the call detection stream.

Returns true if at least one subscriber is currently listening to the stream. Can be helpful for optimization decisions or cleanup logic.

Implementation

@override
bool get hasListeners => _hasListeners;