currentUserProfileProvider top-level property

  1. @ProviderFor.new(currentUserProfile)
CurrentUserProfileProvider currentUserProfileProvider
final

The signed-in user's own profile, from the replica.

Answers straight away from what the device holds, offline included, and waits for the first sync on a device that holds nothing yet.

Implementation

@ProviderFor(currentUserProfile)
final currentUserProfileProvider = CurrentUserProfileProvider._();