completeDocAssignment abstract method

Future<RequestResponse> completeDocAssignment({
  1. required String doctype,
  2. required String docName,
  3. required String assignedTo,
})

Sets the assignment to Status.Cancelled which means that the task is assigned.

Implementation

Future<RequestResponse<dynamic>> completeDocAssignment(
    {required String doctype,
    required String docName,
    required String assignedTo});