useAuth function

AuthContext useAuth(
  1. WidgetRef ref
)

Implementation

AuthContext useAuth(WidgetRef ref) {
  return ref.read(authProvider);
}