photoURL property

String? photoURL

Returns a photo URL for the user.

This property will be populated if the user has signed in or been linked with a 3rd party OAuth provider (such as Google).

Implementation

String? get photoURL {
  return _user.userInfo.photoUrl;
}