AuthenticatedEvent constructor

const AuthenticatedEvent({
  1. bool isStartupEvent = false,
})

Implementation

const AuthenticatedEvent({
  super.isStartupEvent,
});