getListOfFailedAttempts abstract method

Future<List<DateTime>> getListOfFailedAttempts({
  1. required UserId userId,
})

Gets a list of DateTime timestamps of all the previous failed authentication attempts (i.e., times when a wrong pincode was entered)

Implementation

Future<List<DateTime>> getListOfFailedAttempts({required UserId userId});