sipStarted property
Indicates whether SIP registration has completed successfully.
Implementation
final ValueNotifier<bool> sipStarted = ValueNotifier(false);
Indicates whether SIP registration has completed successfully.
final ValueNotifier<bool> sipStarted = ValueNotifier(false);