dispose method
void
dispose()
Disposes the controller state by emptying the stars list.
Implementation
void dispose() {
stars = [];
}
Disposes the controller state by emptying the stars list.
void dispose() {
stars = [];
}