menu
survey_kit package
documentation
survey_kit.dart
TaskNavigator
peekHistory method
peekHistory method
dark_mode
light_mode
peekHistory
method
Step
?
peekHistory
(
)
Implementation
Step? peekHistory() { if (history.isEmpty) { return null; } return history.last; }
survey_kit package
documentation
survey_kit
TaskNavigator
peekHistory method
TaskNavigator class