enable method
Enables storage tracking, storage events will now be delivered to the client.
Implementation
Future<void> enable() async {
await _client.send('DOMStorage.enable');
}
Enables storage tracking, storage events will now be delivered to the client.
Future<void> enable() async {
await _client.send('DOMStorage.enable');
}