- override
Clears out the overlay entries.
This method is intended to be used by subclasses who don't call super.didPop() because they want to have control over the timing of the overlay removal.
Do not call this method outside of this context.
Source
@override void finished() { super.finished(); _transitionCompleter.complete(_result); }