notifyServiceCompleted function

dynamic notifyServiceCompleted(
  1. String serviceName
)

Implementation

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