navigateBack method

void navigateBack()

Pops the current screen.

Implementation

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