SignedIn constructor

SignedIn(
  1. User? user
)

An AuthState that indicates that the user has successfully signed in.

See AuthState docs for usage examples.

Implementation

SignedIn(this.user);