getBiometricInfo method

Future<Map<String, dynamic>> getBiometricInfo()

Get detailed information about device biometric capabilities

Implementation

Future<Map<String, dynamic>> getBiometricInfo() {
  throw UnimplementedError('getBiometricInfo() has not been implemented.');
}