followUser method

Future<V2TimValueCallback<List<V2TimFollowOperationResult>>> followUser({
  1. required List<String> userIDList,
})

关注用户

Implementation

Future<V2TimValueCallback<List<V2TimFollowOperationResult>>> followUser({
  required List<String> userIDList,
}) async {
  throw UnimplementedError(
    'followUser has not been implemented.',
  );
}