Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
biometric_type_enum.dart
Go to the documentation of this file.
1import 'package:fluentui_system_icons/fluentui_system_icons.dart';
2import 'package:flutter/material.dart';
3
6 fingerprint;
7
8 IconData get icon {
9 switch (this) {
10 case SupportedBiometricType.face:
11 return FluentIcons.eye_tracking_16_regular;
12 case SupportedBiometricType.fingerprint:
13 return FluentIcons.fingerprint_16_regular;
14 }
15 }
16}
SupportedBiometricType
String get(String locale)