PropertyService class

Constructors

PropertyService()

Properties

apiUrl String
final
flutterLocalNotificationsPlugin FlutterLocalNotificationsPlugin
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenManager TokenManager
final

Methods

checkAndSyncPendingProperties() Future<void>
Revisa y sincroniza los predios pendientes almacenados localmente.
loadProperties() Future<List<Map<String, dynamic>>>
Método opcional para cargar los predios almacenados localmente.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveProperty(Map<String, dynamic> property, BuildContext context) Future<void>
Guarda un predio:
toString() String
A string representation of this object.
inherited

Operators

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