fetchUserData method
Asynchronously Call the fetch API and get the User data
Implementation
Future<UserResponse> fetchUserData(UserDataQuery query) =>
throw UnimplementedError('fetchUserData() has not been implemented.');
Asynchronously Call the fetch API and get the User data
Future<UserResponse> fetchUserData(UserDataQuery query) =>
throw UnimplementedError('fetchUserData() has not been implemented.');