OnAuthError typedef

OnAuthError = void Function(BuildContext context, String error)

Implementation

typedef OnAuthError = void Function(BuildContext context, String error);