OnAuthLoadingListener typedef

OnAuthLoadingListener = void Function(BuildContext context, bool loading)

Implementation

typedef OnAuthLoadingListener = void Function(
  BuildContext context,
  bool loading,
);