updateTask method
- AutonomyTask input
Updates the type of task being performed.
Implementation
void updateTask(AutonomyTask input) {
task = input;
notifyListeners();
}
Updates the type of task being performed.
void updateTask(AutonomyTask input) {
task = input;
notifyListeners();
}