started property
Indicates whether the current OngoingCall has started or not.
Implementation
bool get started => _currentCall.value.conversationStartedAt != null;
Indicates whether the current OngoingCall has started or not.
bool get started => _currentCall.value.conversationStartedAt != null;