Future<bool> updateDesignDoc(String entityName, { bool? warmup }) async { return await CardinalSdkPlatformInterface.instance.apis.system.updateDesignDoc( _sdkId, entityName, warmup, ); }