disableBiometricsDetails method

SafetyOptionDetails disableBiometricsDetails()

A SOD that disables biometric data

Implementation

SafetyOptionDetails disableBiometricsDetails() {
  return SafetyOptionDetails(
      name: 'Disable biometrics.',
      description:
          'Turns off the ability to access or make changes to your account with biometric (TouchID / FaceID) authentication.',
      icon: Assets.person,
      functionalityChange:
          "You won't be able to use your face or fingerprints to perform actions on ${resourceValues.name}");
}