lookProfilewithusername method
Implementation
Future<LookProfilewithUsernameResponse> lookProfilewithusername(
String username) async {
LookProfilewithUsernameResponse jsonData = await service.utilsServices
.lookProfilewithusername(userusername: username);
return jsonData;
}