finlizing

This commit is contained in:
ashraf_personal
2024-11-27 01:11:23 +03:00
parent 644e56aa7a
commit fbec2fbeae
6 changed files with 127 additions and 36 deletions

View File

@ -121,4 +121,7 @@ class SetRoutineName extends RoutineEvent {
@override
List<Object> get props => [name];
}
class ResetRoutineState extends RoutineEvent {}
class ClearFunctions extends RoutineEvent {}