currentCall property
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);
Holds the current active SIP call.
This is updated every time the BLoC emits a new SipControllerLoaded state.
final ValueNotifier<Call?> currentCall = ValueNotifier(null);