menu
modularapparchitecture package
documentation
features/profile/data/datasources/profile_datasource.dart
ProfileDatasource
updateProfile abstract method
updateProfile abstract method
dark_mode
light_mode
updateProfile
abstract method
Future
<
ProfileEntity
>
updateProfile
(
ProfileEntity
profile
)
Implementation
Future<ProfileEntity> updateProfile(ProfileEntity profile);
modularapparchitecture package
documentation
features/profile/data/datasources/profile_datasource
ProfileDatasource
updateProfile abstract method
ProfileDatasource class