onUserRemoved method
Implementation
void onUserRemoved(
String callId, String userId, ChatCallKitCallEndReason reason) {
for (var value in handlers) {
value.onUserRemoved.call(callId, userId, reason);
}
}
void onUserRemoved(
String callId, String userId, ChatCallKitCallEndReason reason) {
for (var value in handlers) {
value.onUserRemoved.call(callId, userId, reason);
}
}