dispose method
void
dispose()
Disposes the service and closes the change stream.
Implementation
void dispose() {
_changeController.close();
}
Disposes the service and closes the change stream.
void dispose() {
_changeController.close();
}