pop method

void pop()

Pop this BuildContext from the Navigator.

Implementation

void pop() => Navigator.pop(this);