canGetReport method

Future<bool> canGetReport(
  1. String doctype
)

Check if the user can get report of a doctype.

Implementation

Future<bool> canGetReport(String doctype) async =>
    await _canInUserPermissions('can_get_report', doctype);