getPerm<T extends K> abstract method
Returns the list permission of the current user of a certain doctype
.
Implementation
Future<RequestResponse<List<dynamic>>> getPerm<T extends K>(
{required String doctype, T? document});