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.
If stop has been invoked, this value still returns true until start is invoked again.
Source
bool get hasFinishedLaunching => _hasFinishedLaunching;