markUndoableState method
Marks last undoable state.
Implementation
Future<void> markUndoableState() async {
await _client.send('DOM.markUndoableState');
}
Marks last undoable state.
Future<void> markUndoableState() async {
await _client.send('DOM.markUndoableState');
}