exited property

bool exited

Returns true if the .pop() method is called while the router history is empty.

Internally, this will be set to true when SystemChannels.platform.invokeMethod('SystemNavigator.pop') is called by MomentumRouter. It closes the app when there's no more previous route to show.

Implementation

bool get exited => _exited;