openDrawer method

void openDrawer()

Implementation

void openDrawer() {
  _isDrawerOpen = true;
  _isEndDrawerOpen = false;
  notifyListeners();
}