readUser abstract method

Future<User> readUser()

Reads attributes of logged in user from the AWS Cognito backend. Returns a User object with the saved attributes of the currently logged in user.

Implementation

Future<User> readUser();