getService method

Future<DecryptedService> getService(
  1. String serviceId
)

Implementation

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