currentCall property

ValueNotifier<Call?> currentCall
final

Holds the current active SIP call.

This is updated every time the BLoC emits a new SipControllerLoaded state.

Implementation

final ValueNotifier<Call?> currentCall = ValueNotifier(null);