checkFollowType method

Future<V2TimValueCallback<List<V2TimFollowTypeCheckResult>>> checkFollowType({
  1. required List<String> userIDList,
})

检查指定用户的关注类型

Implementation

Future<V2TimValueCallback<List<V2TimFollowTypeCheckResult>>> checkFollowType({
  required List<String> userIDList,
}) async {
  throw UnimplementedError(
    'checkFollowType has not been implemented.',
  );
}