Checks whether the app crashed on its previous run.
Future<bool> didCrashOnPreviousExecution() { return _delegate.didCrashOnPreviousExecution(); }