dispose method

void dispose()

Release resources. Call when the application shuts down.

Implementation

void dispose() {
  _controller.close();
}