getCodeWithParts method
Implementation
Future<Code> getCodeWithParts(String type, String code, String version) async {
return await CardinalSdkPlatformInterface.instance.apis.code.getCodeWithParts(
_sdkId,
type,
code,
version,
);
}
Future<Code> getCodeWithParts(String type, String code, String version) async {
return await CardinalSdkPlatformInterface.instance.apis.code.getCodeWithParts(
_sdkId,
type,
code,
version,
);
}