clearInfo method
void
clearInfo()
Implementation
void clearInfo() {
if (model.curCall != null) {
model.state = ChatCallKitCallState.idle;
}
}
void clearInfo() {
if (model.curCall != null) {
model.state = ChatCallKitCallState.idle;
}
}