callback property

void Function(BuildContext context, AuthAction? action) callback
final

A callback that is being called when the user requests a sign in with the phone number.

Implementation

final void Function(BuildContext context, AuthAction? action) callback;