onExpiredGoBack property

VoidCallback onExpiredGoBack
final

Called when the user taps the "Go back to try again" button on the expired view.

The widget itself does no navigation or state mutation — the owner is responsible for whatever should happen (e.g. popping the route, clearing the failure state, requesting a fresh code).

Implementation

final VoidCallback onExpiredGoBack;