callback property

void Function(BuildContext context, String? email) callback
final

A callback that is being called when a password recovery flow was triggered.

Implementation

final void Function(BuildContext context, String? email) callback;