PalmaService class

Constructors

PalmaService()

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

checkAndSyncPendingPalmas() Future<void>
Revisa la tabla pending_palmas y trata de reenviar cada registro.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
savePalma(Map<String, dynamic> palmaData, BuildContext context) Future<void>
Guarda palma en local y trata de enviarla a la API. Si no puede, queda en "pending_palmas".
toString() String
A string representation of this object.
inherited

Operators

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