canAuthenticate method

Future<bool> canAuthenticate()

Implementation

Future<bool> canAuthenticate() async => await auth.canCheckBiometrics || await auth.isDeviceSupported();