isEnrolledWithClass2OrClass3Sensor property Null safety

bool? isEnrolledWithClass2OrClass3Sensor

For the biometric authenticator, returns true if the user is enrolled in the OS with at least one Class 2 (formerly weak) or Class 3 (formerly strong) biometric sensor, false otherwise.

For the PIN and fingerprint authenticators, it returns the same value as isEnrolled.

IMPORTANT
This property is Android specific and will be ignored by iOS native plugin.

This method must be used on Android instead of isEnrolled if Class 2 biometric sensors were allowed during registration of a biometric authenticator. If no Class 2 biometric sensor is allowed, this method will return the same value as isEnrolled.

Returns: true if the user is enrolled in the OS with a Class 2 or 3 biometric sensor, false otherwise.

Implementation

bool? get isEnrolledWithClass2OrClass3Sensor;