pop static method

dynamic pop(
  1. BuildContext context
)

Dismiss the popup related to the specific BuildContext

Implementation

static pop(BuildContext context) {
  VPopupRoute.pop(context);
}