Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
signin_with_biometric_view.dart File Reference
import package;
import core;
import localization;
import app_localizations.dart;
import material.dart;
import flutter_bloc.dart;
import flutter_screenutil.dart;
import local_auth.dart;
import services;
import biometric_service.dart;
import ui;
import widgets;
import custom_snackbar.dart;
import domain;
import enum;
import supported_biometric_type_enum.dart;
import logic;
import authentication_bloc;
import authentication_bloc.dart;
import biometric_button.dart;
Include dependency graph for signin_with_biometric_view.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

override void initState ()
Future< void > _checkAvailableBiometrics () async
Future< void > _authenticate (BiometricType type) async
override Widget build (BuildContext context)

Variables

class SigninWithBiometricView extends StatefulWidget _availableBiometrics = []
final biometricService = LocalBiometricService()

Function Documentation

◆ _authenticate()

Future< void > _authenticate ( BiometricType type)

Definition at line 49 of file signin_with_biometric_view.dart.

Here is the call graph for this function:

◆ _checkAvailableBiometrics()

Future< void > _checkAvailableBiometrics ( )

Definition at line 34 of file signin_with_biometric_view.dart.

Here is the caller graph for this function:

◆ build()

override Widget build ( BuildContext context)

Definition at line 66 of file signin_with_biometric_view.dart.

Here is the call graph for this function:

◆ initState()

override void initState ( )

Definition at line 27 of file signin_with_biometric_view.dart.

Here is the call graph for this function:

Variable Documentation

◆ _availableBiometrics

class SigninWithBiometricView extends StatefulWidget _availableBiometrics = []

◆ biometricService

final biometricService = LocalBiometricService()

Definition at line 32 of file signin_with_biometric_view.dart.