addCacheTag method
Adds one or more cache tags to the current execution context.
Implementation
Future<void> addCacheTag(
String tag, [
List<String> additionalTags = const [],
]) {
return vercelAddCacheTag(_helpers, _mergeTagInput(tag, additionalTags));
}