OnAuthErrorListener typedef

OnAuthErrorListener = void Function(BuildContext context, String error)

Implementation

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