fetchUserInfos abstract method
Get user info by userIds.The frequency of api usage for free users is 100 times in 1 second.Upgrading the package can increase the usage.
- Parameters:
- userIds: userIds
- completion: completion
Implementation
Future<List<UserInfoProtocol>> fetchUserInfos(
{required List<String> userIds});