refresh method
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);
Background revalidation: keeps both the record and a successful screen state through a transient failure. Authentication failures still surface.
Future<void> refresh() => _load(keepPrevious: true, silentFailure: true);