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
birthsOnThisDay(DateTime date) Future<List<OnThisDayModel>>
deathsOnThisDay(DateTime date) Future<List<OnThisDayModel>>
eventsOnThisDay(DateTime date) Future<List<OnThisDayModel>>
getAllowedFeaturesForOowooApp() Future<List<AllowedFeatureModel>>
getBgVideo() Future<String?>
getCurrencyAvailableForToken(dynamic tokenType) Future<List<String>>
getCurrentTokenValue(dynamic tokenType, dynamic currency) Future<double>
getIndustriesList() Future<List<IndustryModel>>
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?>
getProInfosFromSA(dynamic params) Future<ProInfo?>
getTncOowooApp() Future<String?>
getTncOowooSeller() Future<String?>
getUserInfosFromSA(dynamic params) Future<UserModel?>
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
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