setTouchIDAuthenticationAllowableReuseDuration method
Sets the allowable reuse duration for Touch ID authentication (iOS only).
On iOS, this method allows you to specify 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> setTouchIDAuthenticationAllowableReuseDuration(
double duration) {
throw UnimplementedError(
'setTouchIDAuthenticationAllowableReuseDuration() has not been implemented.');
}