nextReload property

Future<List<Record<ISunnyContact>>> get nextReload
inherited

Implementation

Future<List<Record<V>>> get nextReload {
  return _reloadCompletions.stream.first;
}