pop function

void pop(
  1. BuildContext context
)

Implementation

void pop(BuildContext context){
  NUINavigator.pop(context);
}