dispose method
void
dispose()
Release resources. Call when the application shuts down.
Implementation
void dispose() {
_controller.close();
}
Release resources. Call when the application shuts down.
void dispose() {
_controller.close();
}