|
Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
|
import package;import local_auth.dart;
Go to the source code of this file.
Classes | |
| class | BiometricService |
Functions | |
| abstract class BiometricService | LocalBiometricService () |
| Future< List< BiometricType > > | getAvailableBiometrics () |
| Future< bool > | authenticate (BiometricType type, String reason) |
| Future< bool > | hasFingerprintSupport () |
Variables | |
| final | _localAuth = LocalAuthentication() |
| override Future< bool > authenticate | ( | BiometricType | type, |
| String | reason ) |
Definition at line 24 of file biometric_service.dart.
| override Future< List< BiometricType > > getAvailableBiometrics | ( | ) |
Definition at line 15 of file biometric_service.dart.
| override Future< bool > hasFingerprintSupport | ( | ) |
| abstract class BiometricService LocalBiometricService | ( | ) |
| final _localAuth = LocalAuthentication() |
Definition at line 12 of file biometric_service.dart.