onUserRemovedFromGroup property Null safety
final
Occurs when the current user is removed from the group by the group admin.
Implementation
final void Function(
String groupId,
String? groupName,
)? onUserRemovedFromGroup;
Occurs when the current user is removed from the group by the group admin.
final void Function(
String groupId,
String? groupName,
)? onUserRemovedFromGroup;