canGoBack method

Future<bool> canGoBack()

Checks whether there's a back history item.

Implementation

Future<bool> canGoBack() {
  return platform.canGoBack();
}