callProblemSilentRemote property

CallProblemSilentRemote? callProblemSilentRemote

The other side couldn't hear the user

Implementation

CallProblemSilentRemote? get callProblemSilentRemote {
  if (this is CallProblemSilentRemote) {
    return this as CallProblemSilentRemote;
  }
  return null;
}