bindDrawerNavigatorContext method

void bindDrawerNavigatorContext(
  1. BuildContext context
)

Implementation

void bindDrawerNavigatorContext(BuildContext context) {
  drawerNavigatorContextContext = context;
}