getUser abstract method

Future<UserModel> getUser()

Fetches and returns the UserModel representing the currently authenticated user.

This method is abstract and needs to be implemented by the subclass to handle user data retrieval from the specific API.

Implementation

Future<UserModel> getUser();