onExperienceReview property
final
the callback refers to the user review about the navigation experience
if returns true means the user liked it, other ways no
Implementation
final Function(bool)? onExperienceReview;
the callback refers to the user review about the navigation experience
if returns true means the user liked it, other ways no
final Function(bool)? onExperienceReview;