edit key word api added
This commit is contained in:
@@ -16,4 +16,10 @@ class ProfileRepository {
|
||||
Future<Result<CompanyProfileResponse>> getCompanyProfile() {
|
||||
return _profileService.getCompanyProfile();
|
||||
}
|
||||
|
||||
Future<Result<ProfileResponse>> updateProfileKeyWords({
|
||||
required List<String> keyWords,
|
||||
}) {
|
||||
return _profileService.updateProfileKeyWords(keyWords: keyWords);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user