menu
api_connections_package package
documentation
api/user_api.dart
UserApi
getUserById method
getUserById method
dark_mode
light_mode
getUserById
method
Future
<
Either
<
Failure
,
User
>
>
getUserById
(
int
id
)
Implementation
Future<Either<Failure, User>> getUserById(int id) { return _getUserByIdUseCase.execute(id); }
api_connections_package package
documentation
api/user_api
UserApi
getUserById method
UserApi class