currentCallStream property
A broadcast stream that emits whenever currentCall changes.
Implementation
Stream<Call?> get currentCallStream => _currentCallController.stream;
A broadcast stream that emits whenever currentCall changes.
Stream<Call?> get currentCallStream => _currentCallController.stream;