maybePop<E extends Object?> abstract method

Future<bool> maybePop<E extends Object?>([
  1. E? result
])

Called when popping a route stack. Returns true if this page container has been able to pop a page, otherwise false.

Implementation

Future<bool> maybePop<E extends Object?>([E? result]);