AuthRepositoryImpl class
Implementation of AuthRepository
- Implemented types
Constructors
- AuthRepositoryImpl({required AuthRemoteDataSource remoteDataSource})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- remoteDataSource → AuthRemoteDataSource
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getDeviceFeedback(
String deviceId, {required String platformType, required String app}) → Future< DeviceFeedbackResponse> -
Get device feedback code from API
override
-
loginWithCode(
String code, {required String deviceId}) → Future< AuthTokens> -
Login with feedback code and return tokens
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited