menu
agroflow package
documentation
services/hive_service.dart
HiveService
addOrUpdateTask method
addOrUpdateTask method
dark_mode
light_mode
addOrUpdateTask
method
Future
<
void
>
addOrUpdateTask
(
CropTask
task
)
Implementation
Future<void> addOrUpdateTask(CropTask task) async { await taskBox.put(task.id, task); }
agroflow package
documentation
services/hive_service
HiveService
addOrUpdateTask method
HiveService class