notifyServiceCompleted function
dynamic
notifyServiceCompleted()
Implementation
notifyServiceCompleted() async {
Map<String, dynamic> row = {BGHelperDB.jobId: 1, BGHelperDB.jobCompleteStatus: 1};
await dbHelper.updateCompleteStatus('row', 1);
}