getMyFollowingList method
- {required String nextCursor}
获取我的关注列表
Implementation
Future<V2TimValueCallback<V2TimUserInfoResult>> getMyFollowingList({
required String nextCursor,
}) async {
throw UnimplementedError(
'getMyFollowingList has not been implemented.',
);
}