getUserInfo method

Future<NIMResult<NIMUser>> getUserInfo(
  1. String userId
)

Implementation

Future<NIMResult<NIMUser>> getUserInfo(String userId) async {
  throw UnimplementedError('getUserInfo() is not implemented');
}