onUserRemovedFromGroup property

(void Function(String groupId, String? groupName)?) onUserRemovedFromGroup
final

Occurs when the current user is removed from the group by the group admin.

Implementation

final void Function(
  String groupId,
  String? groupName,
)? onUserRemovedFromGroup;