invalidateInScope method
Invalidates entries within a scope matching a pattern.
The pattern is automatically prefixed with $scope:.
Requires TaggableStore for pattern matching.
Implementation
Future<void> invalidateInScope(String scope, String pattern) async {
_checkNotDisposed();
await invalidatePattern('$scope:$pattern');
}