onLoad property

PersistenceFilter? onLoad
final

Used to determine which of the stored actions are still valid.

Will not be null if persistentQueue is true, or null if false.

Implementation

final PersistenceFilter? onLoad;