getUserFollowInfo method
Implementation
@override
Future<V2TimValueCallback<List<V2TimFollowInfo>>> getUserFollowInfo({required List<String> userIDList}) {
LiveKitLogger.info("$tag($hashCode) getUserFollowInfo:[userIDList:$userIDList]");
return friendshipManager.getUserFollowInfo(userIDList: userIDList);
}