generateKey method

Future<void> generateKey(
  1. String alias
)

Generates a new cryptographic key pair with biometric protection.

Implementation

Future<void> generateKey(String alias) {
  throw UnimplementedError('generateKey() not implemented');
}