enable method

Future<void> enable()

Enables storage tracking, storage events will now be delivered to the client.

Implementation

Future<void> enable() async {
  await _client.send('DOMStorage.enable');
}