refresh method

Future<void> refresh()

Background revalidation: keeps both the record and a successful screen state through a transient failure. Authentication failures still surface.

Implementation

Future<void> refresh() => _load(keepPrevious: true, silentFailure: true);