callStateReady property
The call is ready to use
Implementation
CallStateReady? get callStateReady {
if (this is CallStateReady) {
return this as CallStateReady;
}
return null;
}
The call is ready to use
CallStateReady? get callStateReady {
if (this is CallStateReady) {
return this as CallStateReady;
}
return null;
}