menu
neomage package
documentation
data/commands/builtin/extended_commands.dart
UndoCommand
UndoCommand.new constructor
UndoCommand.new constructor
dark_mode
light_mode
UndoCommand
constructor
UndoCommand
(
{
required
Future
<
Map
<
String
,
dynamic
>
?
>
getLastChange
(),
required
Future
<
bool
>
revertChange
(
String
changeId
),
})
Implementation
UndoCommand({required this.getLastChange, required this.revertChange});
neomage package
documentation
data/commands/builtin/extended_commands
UndoCommand
UndoCommand.new constructor
UndoCommand class