notifyServiceCompleted function
Implementation
notifyServiceCompleted(String serviceName) async {
await dbHelper.updateCompleteStatus(serviceName, 1);
//notify('Server Data Operation Status:', 'Sync data has been successfully completed!');
}
notifyServiceCompleted(String serviceName) async {
await dbHelper.updateCompleteStatus(serviceName, 1);
//notify('Server Data Operation Status:', 'Sync data has been successfully completed!');
}