pop static method

dynamic pop(
  1. BuildContext context
)

关闭引导蒙层

Implementation

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