refresh method

  1. @override
FutureOr<List<T?>?> refresh()
override

Refreshes the entities fetching them.

Implementation

@override
FutureOr<List<T?>?> refresh() => _fetchAndSet();