Back to Flutter Boost

popped property

doc/api/flutter_boost_app/BoostPage/popped.html

5.0.2225 B
Original Source

popped property

Future<T>popped

A future that completes when this page is popped.

Implementation

Future<T> get popped => _popCompleter.future;