getKeyInfo method
Gets detailed information about existing biometric keys.
Implementation
Future<KeyInfo> getKeyInfo(
String? keyAlias,
bool checkValidity,
KeyFormat keyFormat,
) {
throw UnimplementedError('getKeyInfo() has not been implemented.');
}