menu
flutter_auth_kit package
documentation
services/auth_service.dart
AuthService
updateProfile abstract method
updateProfile abstract method
dark_mode
light_mode
updateProfile
abstract method
Future
<
AuthResult
<
UserModel
>
>
updateProfile
(
{
String
?
displayName
,
String
?
photoUrl
,
})
Implementation
Future<AuthResult<UserModel>> updateProfile({String? displayName, String? photoUrl});
flutter_auth_kit package
documentation
services/auth_service
AuthService
updateProfile abstract method
AuthService class