allowsEntryScreenStaleCache property

bool get allowsEntryScreenStaleCache

Whether the entry screen may be reused from stale cache on backend errors.

Implementation

bool get allowsEntryScreenStaleCache =>
    cachePolicy.entryScreen.allowsStaleCache;