markLaunchCompleted abstract method

Future<void> markLaunchCompleted()

Informs Bugsnag that the application has finished launching. Once this has resolved BugsnagAppWithState.isLaunching will always be false in any new error reports, and synchronous delivery will not be attempted on the next launch for any fatal crashes.

Implementation

Future<void> markLaunchCompleted();