canPrint method

Future<bool> canPrint(
  1. String doctype
)

Check if the user can print a doctype.

Implementation

Future<bool> canPrint(String doctype) async =>
    await _canInUserPermissions('can_print', doctype);