dispose method
void
dispose()
Gets rid of all the streams and listeners and all that.
Implementation
void dispose() {
_disposer.dispose();
_ref.dispose();
calendar.dispose();
range.dispose();
comparison.dispose();
}