canAuthenticate static method

Future<bool> canAuthenticate()

Implementation

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