markUndoableState method

Future<void> markUndoableState()

Marks last undoable state.

Implementation

Future<void> markUndoableState() async {
  await _client.send('DOM.markUndoableState');
}