updatePhotoUrl method

Future<void> updatePhotoUrl(
  1. String url
)

Update the user's profile photo to url.

Implementation

Future<void> updatePhotoUrl(String url) =>
    instance.currentUser!.updatePhotoURL(url);