Future<List<Code>> modifyCodes(List<Code> codeBatch) async { return await CardinalSdkPlatformInterface.instance.apis.code.modifyCodes( _sdkId, codeBatch, ); }