v1ExportPrivateKeyIntent constructor

const v1ExportPrivateKeyIntent({
  1. required String privateKeyId,
  2. required String targetPublicKey,
})

Implementation

const v1ExportPrivateKeyIntent({
  required this.privateKeyId,
  required this.targetPublicKey,
});