dispose method

void dispose()

Implementation

void dispose() {
  _isInitialized = false;
  _calendarFormat.dispose();
  _visibleDays.dispose();
}