onComplete method
Called when the journey is complete (at the last step) Override this method to perform completion actions
Implementation
Future<void> onComplete() async {}
Called when the journey is complete (at the last step) Override this method to perform completion actions
Future<void> onComplete() async {}