createKeys method
Future<KeyCreationResult>
createKeys(
- String? keyAlias,
- CreateKeysConfig? config,
- KeyFormat keyFormat,
- String? promptMessage,
Creates a new key pair.
Implementation
Future<KeyCreationResult> createKeys(
String? keyAlias,
CreateKeysConfig? config,
KeyFormat keyFormat,
String? promptMessage,
) {
throw UnimplementedError('createKeys() has not been implemented.');
}