callProblemSilentLocal property
The user couldn't hear the other side
Implementation
CallProblemSilentLocal? get callProblemSilentLocal {
if (this is CallProblemSilentLocal) {
return this as CallProblemSilentLocal;
}
return null;
}
The user couldn't hear the other side
CallProblemSilentLocal? get callProblemSilentLocal {
if (this is CallProblemSilentLocal) {
return this as CallProblemSilentLocal;
}
return null;
}