onError property

void Function(Object error)? onError
final

Callback for when the auth action threw an exception

If set to null, a snack bar with error color will show up.

Implementation

final void Function(Object error)? onError;