TrackingRepo class

Constructors

TrackingRepo([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

addUserOrProToTrackingPeople({required dynamic meetingId, dynamic allowedTimeBeforeTrack = 0, dynamic allowedDistanceBeforeTrack = 0, dynamic manualStatus = 0, dynamic proId, dynamic userId}) Future<List<TrackingInfoModel>>
getTrackingInfosForMeeting({required dynamic meetingId, required dynamic cardType}) Future<List<TrackingInfoModel>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateTrackingInfosForMeeting({required dynamic meetingId, required dynamic cardType, dynamic allowedTimeBeforeTrack, dynamic allowedDistanceBeforeTrack, dynamic manualStatus}) Future<List<TrackingInfoModel>>

Operators

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