trackCacheStorageForOrigin method
Registers origin to be notified when an update occurs to its cache storage list.
origin
Security origin.
Implementation
Future<void> trackCacheStorageForOrigin(String origin) async {
await _client.send('Storage.trackCacheStorageForOrigin', {
'origin': origin,
});
}