pop static method

void pop(
  1. BuildContext context
)

Implementation

static void pop(final BuildContext context) => Navigator.pop(context);