changePhotoUrl method

Future<void> changePhotoUrl(
  1. String photoUrl
)

Implementation

Future<void> changePhotoUrl(String photoUrl) async {
  await _myFirebaseAuth.changePhotoUrl(photoUrl);
}