MonitoreoService class

Constructors

MonitoreoService()

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

checkAndSyncPendingMonitoreos() Future<void>
loadIndividuos() Future<List<Map<String, dynamic>>>
loadMonitoreos() Future<List<Map<String, dynamic>>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveMonitoreo(Map<String, dynamic> monitoreo, BuildContext context) Future<void>
showMessage(BuildContext context, String message) → void
toString() String
A string representation of this object.
inherited

Operators

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