callback property

void Function(BuildContext context, T state) callback
final

A callback that is being called when underlying auth flow transitioned to a state of type T.

Implementation

final void Function(BuildContext context, T state) callback;