closeAll method

void closeAll()

Implementation

void closeAll() {
  _state?.closeAll();
}