reload method

Future<T?> reload()

Retrieve the aggregate results of the collection from the server.

When a value is retrieved, the value is stored in value.

コレクションの集計結果をサーバーから取得します。

値が取得されるとvalueに値が格納されます。

Implementation

Future<T?> reload() {
  return _load();
}