dispose method

void dispose()

You must call this once you have finished to close the connection to git hub.

Implementation

void dispose() {
  _github.dispose();
}