ArbolService class

Constructors

ArbolService()

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

checkAndSyncPendingArboles() Future<void>
Revisa la tabla pending_arboles y trata de reenviar cada registro.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveArbol(Map<String, dynamic> arbolData, BuildContext context) Future<void>
Guarda árbol en local y trata de enviarlo a la API. Si falla, queda en pending_arboles.
toString() String
A string representation of this object.
inherited

Operators

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