checkBiometrics<T extends LocalAuthentication> method

  1. @override
Future<List<BiometricType>> checkBiometrics<T extends LocalAuthentication>(
  1. T localAuthentication
)
override

Implementation

@override
Future<List<BiometricType>> checkBiometrics<T extends LocalAuthentication>(
    T localAuthentication) {
  return super.checkBiometrics<T>(localAuthentication);
}