menu
otium_ecommerce
domain/repository/sign_up/sign_up_repository.dart
ISignUpRepository
getUserDataByTaxId abstract method
getUserDataByTaxId
dark_mode
light_mode
getUserDataByTaxId
abstract method
Future
<
Either
<
Failure
,
ClientUserEntity
>
>
getUserDataByTaxId
(
String
id
)
Implementation
Future<Either<Failure, ClientUserEntity>> getUserDataByTaxId( String id, );
otium_ecommerce
sign_up_repository
ISignUpRepository
getUserDataByTaxId abstract method
ISignUpRepository class