getCachedUser function

User? getCachedUser()

Implementation

User? getCachedUser() {
  return providerContainer.read(userProvider);
}