getKeyInfo method

Future<KeyInfo> getKeyInfo(
  1. String? keyAlias,
  2. bool checkValidity,
  3. KeyFormat keyFormat
)

Gets detailed information about existing biometric keys.

Implementation

Future<KeyInfo> getKeyInfo(
  String? keyAlias,
  bool checkValidity,
  KeyFormat keyFormat,
) {
  throw UnimplementedError('getKeyInfo() has not been implemented.');
}