logFailedAttemptsDetails method

SafetyOptionDetails logFailedAttemptsDetails()

A SOD that logs failed attempts

Implementation

SafetyOptionDetails logFailedAttemptsDetails() {
  return const SafetyOptionDetails(
      name: 'Track failed log-in attempts.',
      description: 'Keeps a log of failed attempts to access your account.',
      icon: Assets.alertmessage,
      functionalityChange:
          'You will have a log available in settings of failed log-in attempts.');
}