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