encryptAESKeyForHcp abstract method

Future<Tuple2<String, DataOwnerDto?>> encryptAESKeyForHcp(
  1. String myId,
  2. String delegateId,
  3. String objectId,
  4. String secret,
)

Implementation

Future<Tuple2<String, DataOwnerDto?>> encryptAESKeyForHcp(String myId, String delegateId, String objectId, String secret);