openDrawer method

void openDrawer()

Implementation

void openDrawer() {
  _drawerKey.currentState?.open();
}