menu
modularapparchitecture package
documentation
features/profile/domain/usecases/update_profile_usecase.dart
UpdateProfileUseCase
call method
call method
dark_mode
light_mode
call
method
Future
<
ProfileEntity
>
call
(
ProfileEntity
profile
)
Implementation
Future<ProfileEntity> call(ProfileEntity profile) => _repository.updateProfile(profile);
modularapparchitecture package
documentation
features/profile/domain/usecases/update_profile_usecase
UpdateProfileUseCase
call method
UpdateProfileUseCase class