RegisterUseCase class Null safety
Register user use case implementation
- Inheritance
- Object
- UseCase<
AuthResult, RegisterParams> - RegisterUseCase
Constructors
Properties
Methods
-
execute(
RegisterParams params) → Future< Either< Failure, AuthResult> > -
Register a new user using RegisterParams and return either a Failure or AuthResult if succeeded
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