didCrashOnPreviousExecution method

Future<bool> didCrashOnPreviousExecution()

Checks whether the app crashed on its previous run.

Implementation

Future<bool> didCrashOnPreviousExecution() {
  throw UnimplementedError(
      'didCrashOnPreviousExecution() is not implemented');
}