isActive property
Indicates whether this OngoingCall is active.
Implementation
bool get isActive =>
(state.value == OngoingCallState.active ||
state.value == OngoingCallState.joining);
Indicates whether this OngoingCall is active.
bool get isActive =>
(state.value == OngoingCallState.active ||
state.value == OngoingCallState.joining);