HomelidoRepo class

Constructors

HomelidoRepo()
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

answerToHomelidoVisitRequest({dynamic status, dynamic meetingDatetime, dynamic meetingId}) Future<bool>
createHomlidoMeeting({dynamic userUniqueId, dynamic meetingDatetime, dynamic propertyId}) Future<IdResult?>
getHomelidoMeetingDetails({dynamic meetingId, dynamic languageCode}) Future<HomelidoMeeting?>
getHomelidoPropertyCategories([dynamic languageCode]) Future<List<HomelidoPropertyCategory>>
getPropertiesFromPro([dynamic languageCode]) Future<List<HomelidoProperty>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateHomelidoMeeting({dynamic status, dynamic meetingDatetime, dynamic meetingId}) Future<bool>
v2_getCurrentPropertiesOfTerminal(dynamic terminalId, [dynamic languageCode]) Future<List<HomelidoProperty>>

Operators

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