updateProfile

actual suspend fun updateProfile(displayName: String?, photoUrl: String?)
actual suspend fun updateProfile(displayName: String?, photoUrl: String?)
expect suspend fun updateProfile(displayName: String? = this.displayName, photoUrl: String? = this.photoURL)
actual suspend fun updateProfile(displayName: String?, photoUrl: String?)
actual suspend fun updateProfile(displayName: String?, photoUrl: String?)