CryptoContact extension

on

Methods

decryptServices(String myId, Uint8List? contactKey, List<ServiceDto> services) Future<List<DecryptedServiceDto>>
encryptServices(String myId, Set<String> delegations, Uint8List? contactKey, List<DecryptedServiceDto> services) Future<List<ServiceDto>>