listener property

StateTransitionListener<T>? listener
final

A callback that is being called when AuthFlow changes it's state.

Invoked before the widget is built.

Implementation

final StateTransitionListener<T>? listener;