BackstackHandler

BackstackHandler is responsible for undoing and redoing content edition action (like deleting a line, writing some text...).

Inheritors

Functions

Link copied to clipboard
abstract fun redo()

Redo the last undo call, if available

Link copied to clipboard
abstract fun undo()

Undo the last edition, if available