AuthenticationStatusChanged constructor Null safety

const AuthenticationStatusChanged(
  1. AuthenticationStatus status
)

Create a new AuthenticationStatusChanged.

Implementation

const AuthenticationStatusChanged(this.status);