onRestore property

Future<List<Map<String, dynamic>>> Function() onRestore
final

Callback to restore the navigation state.

Implementation

final Future<List<Map<String, dynamic>>> Function() onRestore;