getConsecutiveCrashes method

  1. @override
int getConsecutiveCrashes(
  1. String patchId
)
override

Returns the consecutive crash count for the given patchId.

Implementation

@override
int getConsecutiveCrashes(String patchId) => _crashes[patchId] ?? 0;