dispose method

void dispose()

it will dispose the controller

Implementation

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