followUser method
关注用户
Implementation
Future<V2TimValueCallback<List<V2TimFollowOperationResult>>> followUser({
required List<String> userIDList,
}) async {
return TencentCloudChatSdkPlatform.instance
.followUser(userIDList: userIDList);
}