dispose method

void dispose()

Disposes the service and closes the change stream.

Implementation

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