FirebaseAuthError.invalidPhotoUrl constructor

FirebaseAuthError.invalidPhotoUrl([
  1. String? message
])

The provided value for the photoURL user property is invalid. It must be a string URL.

Implementation

FirebaseAuthError.invalidPhotoUrl([String? message])
    : this('invalid-photo-url',
          message ?? 'The photoURL field must be a valid URL.');