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