menu
saasfork_firebase_service package
documentation
services/auth_service_interface.dart
AuthServiceInterface
updateUserProfile abstract method
updateUserProfile abstract method
dark_mode
light_mode
updateUserProfile
abstract method
Future
<
UserModel
>
updateUserProfile
(
{
String
?
username
,
String
?
email
,
})
Implementation
Future<UserModel> updateUserProfile({String? username, String? email});
saasfork_firebase_service package
documentation
services/auth_service_interface
AuthServiceInterface
updateUserProfile abstract method
AuthServiceInterface class