photoURL property

  1. @override
String photoURL
override

You can get the PhotoURL after authentication is completed.

Null is returned if authentication is not completed.

Implementation

@override
String get photoURL => adapter.photoURL;