callback property

void Function(BuildContext context) callback
final

A callback that is being called when user has cancelled an auth action.

Implementation

final void Function(BuildContext context) callback;