completeDocAssignment abstract method
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});