useUndoHistoryController function
Implementation
@defineHook
UndoHistoryController useUndoHistoryController({UndoHistoryValue? value}) {
return useChangeNotifier(() => UndoHistoryController(value: value));
}
@defineHook
UndoHistoryController useUndoHistoryController({UndoHistoryValue? value}) {
return useChangeNotifier(() => UndoHistoryController(value: value));
}