bool hasFinishedLaunching

Whether or not this application has finished start successfully.

This will return true if start has been invoked and completed; i.e. this is the synchronous version of the Future returned by start.

This value will return to false after stop has completed.

Source

bool get hasFinishedLaunching => _interruptSubscription != null;