ccCallEnded static method
Called when a call is ended by the logged-in user.
Implementation
static void ccCallEnded(Call call) {
callEventsListener.forEach((key, value) {
value.ccCallEnded(call);
});
}
Called when a call is ended by the logged-in user.
static void ccCallEnded(Call call) {
callEventsListener.forEach((key, value) {
value.ccCallEnded(call);
});
}