pop method
void
pop()
Pop the current route off the navigator stack
Example: context.pop()
Implementation
void pop() => Navigator.of(this).pop();
Pop the current route off the navigator stack
Example: context.pop()
void pop() => Navigator.of(this).pop();