v1DisablePrivateKeyIntent constructor

const v1DisablePrivateKeyIntent({
  1. required String privateKeyId,
})

Implementation

const v1DisablePrivateKeyIntent({
  required this.privateKeyId,
});