checkFollowType method

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

Implementation

Future<V2TimValueCallback<List<V2TimFollowTypeCheckResult>>> checkFollowType({
  required List<String> userIDList,
}) async {
  return V2TimValueCallback<List<V2TimFollowTypeCheckResult>>.fromBool(false, "invoke error");
}