menu
modularapparchitecture package
documentation
features/profile/domain/usecases/get_profile_usecase.dart
GetProfileUseCase
call method
call method
dark_mode
light_mode
call
method
Future
<
ProfileEntity
>
call
(
String
userId
)
Implementation
Future<ProfileEntity> call(String userId) => _repository.getProfile(userId);
modularapparchitecture package
documentation
features/profile/domain/usecases/get_profile_usecase
GetProfileUseCase
call method
GetProfileUseCase class