closeDrawer static method

dynamic closeDrawer(
  1. BuildContext context
)

Implementation

static closeDrawer(BuildContext context) {
  return goBack(context);
}