getController method
Gets the controller for a progress by ID
Implementation
ModProgressController? getController(String id) {
return _activeProgress[id]?.controller;
}
Gets the controller for a progress by ID
ModProgressController? getController(String id) {
return _activeProgress[id]?.controller;
}