PigeonSimpleBiometric class

An implementation of SimpleBiometricPlatform that uses Pigeon.

This class handles the communication with the native platform using the generated Pigeon API (SimpleBiometricApi). It is responsible for mapping the internal Pigeon enums to the public enums exposed by the plugin.

Inheritance

Constructors

PigeonSimpleBiometric()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAndroidBiometricTypes() Future<List<AndroidBiometricType>>
Retrieves the list of supported biometrics on Android.
override
getIOSBiometricType() Future<IOSBiometricType>
Retrieves the iOS biometric type (FaceID/TouchID).
override
getPlatformVersion() Future<String?>
Returns the platform version string.
override
isAndroidBiometricHardwareAvailable() Future<bool>
Checks if Android biometric hardware is present on the device.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showBiometricPrompt({String? title, String? description, String? cancelText}) Future<BiometricStatusResult?>
Displays the biometric prompt via the Pigeon API.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited