photoUrl property
String?
get
photoUrl
URL of the user’s profile photo. The photo can be in .jpeg or .svg formats. Only returned for Mini Apps launched from the attachment menu.
Implementation
String? get photoUrl => _webAppUser.photo_url;