checkBiometrics<DeviceLocalAuthentication extends LocalAuthentication> method

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

Implementation

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