menu
agroflow package
documentation
services/hive_service.dart
HiveService
getCropDataById method
getCropDataById method
dark_mode
light_mode
getCropDataById
method
CropData
?
getCropDataById
(
String
id
)
Implementation
CropData? getCropDataById(String id) { return cropDataBox.get(id); }
agroflow package
documentation
services/hive_service
HiveService
getCropDataById method
HiveService class