canGoBack method

Future<bool> canGoBack()
inherited

Checks whether there's a back history item.

Implementation

Future<bool> canGoBack() {
  throw UnimplementedError(
    'canGoBack is not implemented on the current platform',
  );
}