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