isBiometricAuthenticationEnabled abstract method

Future<bool?> isBiometricAuthenticationEnabled({
  1. required UserId userId,
})

User's preference of if they want to use biometric authentication

Implementation

Future<bool?> isBiometricAuthenticationEnabled({required UserId userId});