detachDrawer method

void detachDrawer()

Implementation

void detachDrawer() {
  _openDrawerCb = null;
  _closeDrawerCb = null;
}