getUserWithRtcUid abstract method

Future<NEUserInfo?> getUserWithRtcUid(
  1. int uid
)

Returns user information for the given RTC uid, if available.

Implementation

Future<NEUserInfo?> getUserWithRtcUid(int uid);