menu
electrician_app
features/settings/domain/usecases/get_user_profile.dart
GetUserProfile
call method
call
dark_mode
light_mode
description
call
method
Future
<
Either
<
Failure
,
UserProfile
>
>
call
(
)
Implementation
Future<Either<Failure, UserProfile>> call() { return repository.getUserProfile(); }
electrician_app
get_user_profile
GetUserProfile
call method
GetUserProfile class