getTouchIDAuthenticationAllowableReuseDuration method

Future<double> getTouchIDAuthenticationAllowableReuseDuration()

Retrieves the allowable reuse duration for Touch ID authentication (iOS only).

On iOS, this method allows you to retrieve the allowable duration for reusing a previously authenticated Touch ID (fingerprint) to unlock an app or perform secure actions. This duration is specified in seconds.

Implementation

Future<double> getTouchIDAuthenticationAllowableReuseDuration() {
  throw UnimplementedError(
      'getTouchIDAuthenticationAllowableReuseDuration() has not been implemented.');
}