isDeviceSupported method

  1. @override
Future<bool> isDeviceSupported()
override

Returns true if device is capable of checking biometrics or is able to fail over to device credentials.

Implementation

@override
Future<bool> isDeviceSupported() async =>
    (await _channel.invokeMethod<bool>('isDeviceSupported')) ?? false;