closeDrawer method

void closeDrawer()

手动关闭抽屉 Closes the drawer manually.

Implementation

void closeDrawer() {
  _closeDrawer();
}