GetProfileUseCase class Null safety
Fetching for the profile use case class implementation
Constructors
Properties
Methods
-
execute(
NoParams params) → Future< Either< Failure, Profile> > -
Execute the use case and return either a Failure if an error has occurred or Profile if it passes successfully
override
-
getAccessToken(
) → Future< String> -
Return the user access_token
inherited
-
getUserId(
) → Future< String> -
Return the user id
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited