removeInsightAnnotationsSavedForProdcut method Null safety

Future<void> removeInsightAnnotationsSavedForProdcut(
  1. String barcode
)

Implementation

Future<void> removeInsightAnnotationsSavedForProdcut(String barcode) async {
  await DaoStringListMap(_localDatabase).removeKey(barcode);
}