canPopHistory method

Future<bool> canPopHistory()

Implementation

Future<bool> canPopHistory() {
  return SynchronousFuture(_canPopHistory());
}