namePage property
Generates page names to be sent to Fullstory from Routes.
The name should be consistent for each logical page or section in your app. See FS.page for more details, and namePageDefault for an example implementation.
Implementation
final String Function(Route<dynamic>) namePage;