getService method

Future<EncryptedService> getService(
  1. String serviceId
)

Implementation

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