UserProfileService class
Service class for handling user profile operations, including updating and retrieving user profile information.
Constructors
:
Properties
[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::
[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::
Methods
[getUserProfileInfo][([[User] user]) [→ Future[<[QueryResult[<[Object?]>]]>]] ] : Retrieves user profile information using a GraphQL query.
[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::
[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::
[updateUserProfile][([[Map[<[String], dynamic>]?] variables]) [→ Future[<[QueryResult[<[Object?]>]]>]] ] : Updates the user profile using a GraphQL mutation.
Operators
[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::
- talawa
- user_profile_service
- UserProfileService class