getLoggedUser abstract method

Future<User?> getLoggedUser()

Get the details of the logged User.

When you make a call to the server, an authentication token is used to identify you. This call returns the complete User object that corresponds to your authentication credentials.

Implementation

Future<User?> getLoggedUser();