callProblemInterruptions property
The other side kept disappearing
Implementation
CallProblemInterruptions? get callProblemInterruptions {
if (this is CallProblemInterruptions) {
return this as CallProblemInterruptions;
}
return null;
}
The other side kept disappearing
CallProblemInterruptions? get callProblemInterruptions {
if (this is CallProblemInterruptions) {
return this as CallProblemInterruptions;
}
return null;
}