pop static method

void pop(
  1. BuildContext context
)

Implementation

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