Authenticated typedef

Authenticated = void Function(User? user)

Implementation

typedef Authenticated = void Function(
  User? user,
);