callStatePending property
The call is pending, waiting to be accepted by a user
Implementation
CallStatePending? get callStatePending {
if (this is CallStatePending) {
return this as CallStatePending;
}
return null;
}
The call is pending, waiting to be accepted by a user
CallStatePending? get callStatePending {
if (this is CallStatePending) {
return this as CallStatePending;
}
return null;
}