Future<void> clear(StorageId storageId) async { await _client.send('DOMStorage.clear', {'storageId': storageId}); }