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