UserProvider constructor

UserProvider(
  1. UserDataSource userDataSource
)

Provides the currently logged in User. The user is inferred from the UserToken provided by userTokenProvider and will be updated automatically as changes occur.

Note: If the user is not logged in, this provider will return null.

Implementation

UserProvider