Future<Code> modifyCode(Code codeDto) async { return await CardinalSdkPlatformInterface.instance.apis.code.modifyCode( _sdkId, codeDto, ); }