queryUsersByIds abstract method

void queryUsersByIds({
  1. required List<int> ids,
})

Queries the names of the users with the given ids and invokes onQueryUsersResult on all registered listeners if successfull.

Implementation

void queryUsersByIds({required List<int> ids});