createKeys method

Future<KeyCreationResult> createKeys(
  1. String? keyAlias,
  2. CreateKeysConfig? config,
  3. KeyFormat keyFormat,
  4. 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.');
}