sipStarted property

ValueNotifier<bool> sipStarted
final

Indicates whether SIP registration has completed successfully.

Implementation

final ValueNotifier<bool> sipStarted = ValueNotifier(false);