canPopPage method

Future<bool> canPopPage()

Implementation

Future<bool> canPopPage() {
  return SynchronousFuture(_canPopPage());
}