getDocsAssignedToUser abstract method
Returns the list of documents assigned to a user.
Optionally can filter the list by specifying doctype
and status
.
Implementation
Future<RequestResponse<List<dynamic>?>> getDocsAssignedToUser(
{required String assignedTo, String? doctype, Status? status});