getService method
Implementation
Future<DecryptedService> getService(String serviceId) async {
return await CardinalSdkPlatformInterface.instance.apis.contact.getService(
_sdkId,
serviceId,
);
}
Future<DecryptedService> getService(String serviceId) async {
return await CardinalSdkPlatformInterface.instance.apis.contact.getService(
_sdkId,
serviceId,
);
}