isDeviceSupported method

Future<bool> isDeviceSupported()

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

Implementation

Future<bool> isDeviceSupported() async {
  throw UnimplementedError('isDeviceSupported() has not been implemented.');
}