canGoBack abstract method

Future<bool> canGoBack()

Returns a Future that completes with the value true, if you can go back in the history stack.

Implementation

Future<bool> canGoBack();