onNotifyUserLeft method
Implementation
void onNotifyUserLeft(Map args) {
String userID = args['userID'];
String userName = args['userName'];
notifyUserLeft?.call(userID, userName);
}
void onNotifyUserLeft(Map args) {
String userID = args['userID'];
String userName = args['userName'];
notifyUserLeft?.call(userID, userName);
}