Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
biometric_service.dart File Reference
import package;
import local_auth.dart;
Include dependency graph for biometric_service.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()

Function Documentation

◆ authenticate()

override Future< bool > authenticate ( BiometricType type,
String reason )

Definition at line 24 of file biometric_service.dart.

◆ getAvailableBiometrics()

override Future< List< BiometricType > > getAvailableBiometrics ( )

Definition at line 15 of file biometric_service.dart.

◆ hasFingerprintSupport()

override Future< bool > hasFingerprintSupport ( )

Definition at line 36 of file biometric_service.dart.

Here is the call graph for this function:

◆ LocalBiometricService()

abstract class BiometricService LocalBiometricService ( )

Variable Documentation

◆ _localAuth

final _localAuth = LocalAuthentication()

Definition at line 12 of file biometric_service.dart.