onLoad property
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;
Used to determine which of the stored actions are still valid.
Will not be null if persistentQueue is true, or null if false.
final PersistenceFilter? onLoad;