setForceFetchFromServer method

QueryBuilder setForceFetchFromServer()

Forces the query to return data from the server even if there is a query that already returned the requested result.

Implementation

QueryBuilder setForceFetchFromServer() {
  _forceFetchFromServer = true;
  return this;
}