closeEndDrawer method

void closeEndDrawer()

Closes the end drawer manually if it exists.

Implementation

void closeEndDrawer() {
  _endDrawerKey.currentState?.close();
}