getLastRunInfo abstract method

Future<BugsnagLastRunInfo?> getLastRunInfo()

Retrieves information about the last launch of the application, if it has been run before.

For example, this allows checking whether the app crashed on its last launch, which could be used to perform conditional behaviour to recover from crashes, such as clearing the app data cache.

Implementation

Future<BugsnagLastRunInfo?> getLastRunInfo();