Returns the consecutive crash count for the given patchId.
patchId
@override int getConsecutiveCrashes(String patchId) => _crashes[patchId] ?? 0;