6/22/1
This commit is contained in:
@@ -645,7 +645,6 @@ Output the extracted information in the following JSON formate and make date for
|
||||
// sql
|
||||
// .getAllData(
|
||||
// TableName.faceDetectTimes)
|
||||
// .then((value) => print(
|
||||
// value[0]['faceDetectTimes']));
|
||||
// },
|
||||
// ),
|
||||
@@ -865,8 +864,7 @@ Output the extracted information in the following JSON formate and make date for
|
||||
kolor: AppColor.yellowColor,
|
||||
onPressed: () {
|
||||
sql.deleteAllData(TableName.faceDetectTimes);
|
||||
sql.getAllData(TableName.faceDetectTimes).then(
|
||||
(value) => print(value[0]['faceDetectTimes']));
|
||||
sql.getAllData(TableName.faceDetectTimes);
|
||||
},
|
||||
)
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user