dispose method

void dispose()

Implementation

void dispose() {
  modals.clear();
  parking.clear();
  state = null;
}