isStreamActive property
Indicates whether the call detection stream is currently active.
Returns true if the stream controller is not closed and
is ready to emit events. Useful for debugging or verifying
that the detection mechanism is operational.
Implementation
@override
bool get isStreamActive => _singletonCallDetector.isStreamActive;