Update the user's profile photo to url.
url
Future<void> updatePhotoUrl(String url) => instance.currentUser!.updatePhotoURL(url);