participated property
Indicates whether isActive was true
at least once during the lifecycle
of this OngoingCall.
Intended be used to determine whether OngoingCall is not a notification.
Implementation
bool get participated => _participated;
Indicates whether isActive was true
at least once during the lifecycle
of this OngoingCall.
Intended be used to determine whether OngoingCall is not a notification.
bool get participated => _participated;