getGroupMembersInfoThrottle abstract method

dynamic getGroupMembersInfoThrottle({
  1. required String groupID,
  2. required List<String> memberList,
  3. Function? callBack,
})

Implementation

getGroupMembersInfoThrottle(
    {required String groupID,
    required List<String> memberList,
    Function? callBack});