getAvailableBiometrics method

Future<List<String>> getAvailableBiometrics()

Get list of available biometric types on the device

Implementation

Future<List<String>> getAvailableBiometrics() {
  throw UnimplementedError('getAvailableBiometrics() has not been implemented.');
}