dispose method Null safety
Call dispose funktion of all FactController.
Implementation
void dispose() {
for (FactController c in controllers) {
c.dispose();
}
}
Call dispose funktion of all FactController.
void dispose() {
for (FactController c in controllers) {
c.dispose();
}
}