back method

void back()

Pops the current route off the navigator.

Implementation

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