SendMessageUseCase class Null safety
Sending a message use case (contact-us) implementation
- Inheritance
- Object
- UseCase<
void, ContactUsParams> - SendMessageUseCase
Constructors
Properties
Methods
-
execute(
ContactUsParams params) → Future< Either< Failure, void> > -
Execute the use case and return a Failure if an error has occured
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