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