profilePhoto method

String? profilePhoto()

Implementation

String? profilePhoto() {
  return _firebaseAuth.currentUser!.photoURL;
}