closeDrawer method

void closeDrawer()

Implementation

void closeDrawer() {
  if (GetPlatform.isMobile) {
    Get.back();
  }
}