NavPagePersistence class

Constructors

const

Properties

enableSchedule bool
Whether to enable scheduled persistence.
final
hashCode int
The hash code for this object.
no setterinherited
onPersist Future<void> Function(List<Map<String, dynamic>> data)
Callback to persist the current navigation state.
final
onRestore Future<List<Map<String, dynamic>>> Function()
Callback to restore the navigation state.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schedule NavPagePersistenceSchedule?
Schedule configuration for persistence.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited