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