OtherRepo class

Constructors

OtherRepo([AppApi? api])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

activatePourDevice(dynamic deviceId) Future
addThumbnailUrlForCat(dynamic image, dynamic filePath, dynamic label, dynamic catId) Future<ThumbnailUrlOfCat?>
arckipelgooglePlaceAutoComplete(String keyword, {String? countryCode, List<String>? types}) Future<List<AutocompletePrediction>>
arckipelgooglePlaceSeachPlaceByText(String keyword, [dynamic types]) Future<List<SeachPlaceResultModel>>
arckipelgooglePlaceSeachPlaceDetailById(dynamic placeId) Future<SeachPlaceResultDetailModel?>
arckipelgooglePlaceSearchById(String placeId) Future<DetailsResponse?>
birthsOnThisDay(DateTime date) Future<List<OnThisDayModel>>
createThumbnailCat(dynamic params) Future<ThumbnailUrlOfCat?>
deathsOnThisDay(DateTime date) Future<List<OnThisDayModel>>
deleteThumbnailUrlForCat(dynamic params) Future<bool>
eventsOnThisDay(DateTime date) Future<List<OnThisDayModel>>
getAllowedFeaturesForOowooApp() Future<List<AllowedFeatureModel>>
getBgVideo() Future<String?>
getCountryAvailable() Future<List<Country>>
getCurrencies() Future<List<CurrencyModel>>
getCurrencyAvailableForToken(dynamic tokenType) Future<List<String>>
getCurrentTokenValue(dynamic tokenType, dynamic currency) Future<double>
getDateFormatList() Future<List<DateFormatModel>>
getIndustriesList() Future<List<IndustryModel>>
getLanguageAvailable() Future<List<LanguageModel>>
getLanguageForSpeakAvailable() Future<List<LanguageModel>>
getLearnMoreTrackingVideo() Future<String?>
getListOfProsFromAdmin(dynamic params) Future<List<ProInfo>>
getListOfRoles(dynamic params) Future<List<RolePro>>
getListOfUsersFromAdmin(dynamic params) Future<List<UserModel>>
getOowooVideoByTypeId(dynamic typeId) Future<VideoUrl?>
getPhoneAvailable() Future<List<Country>>
getProInfosFromSA(dynamic params) Future<ProInfo?>
getThumbnailCat(dynamic params) Future<List<ThumbnailOfCate>>
getThumbnailUrlsForCat(dynamic params) Future<List<ThumbnailOfCate>>
getTimeFormatList() Future<List<TimeFormatModel>>
getTncOowooApp() Future<String?>
getTncOowooSeller() Future<String?>
getUserInfosFromSA(dynamic params) Future<UserModel?>
googleGeocode(dynamic latlng) Future<List<SeachPlaceResultDetailModel>>
googlePlaceSeachPlaceByText(String keyword, [dynamic types]) Future<List<SeachPlaceResultModel>>
googlePlaceSeachPlaceDetailById(dynamic placeId) Future<SeachPlaceResultDetailModel?>
ipAPI() Future<IpInfo?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifVideoCallProFromUser({required dynamic proId, required dynamic ticketUniqueId, required dynamic notifType}) Future<bool>
notifVideoCallUserFromPro({required dynamic userId, required dynamic ticketUniqueId, required dynamic notifType}) Future<bool>
pexelsSearch({String? query, String? orientation, String? size, int per_page = 10}) Future<List<PexelPhotoModel>>
setProRole(dynamic params) Future<bool>
testSendNotificationToPro({required dynamic id, required dynamic title, required dynamic body, required dynamic data}) Future<bool>
testSendNotificationToUser({required dynamic id, required dynamic title, required dynamic body, required dynamic data}) Future<bool>
toString() String
A string representation of this object.
inherited
updateThumbnailUrlForCat(dynamic image, dynamic filePath, dynamic label, dynamic id) Future<ThumbnailUrlOfCat?>
v2_getDashboardConfigFromPro() Future<DashboardConfig?>
weatherForecast({double? lat, double? lng, String? location}) Future<WeatherForecast?>
weatherHistory({required DateTime date, double? lat, double? lng, String? location}) Future<WeatherForecast?>

Operators

operator ==(Object other) bool
The equality operator.
inherited