userPhotoURL property

  1. @override
String userPhotoURL
override

Please make sure to return the URL of the user's icon image.

ユーザーのアイコン画像のURLを返すようにしてください。

Implementation

@override
String get userPhotoURL => database.userPhotoURL;