canRead method

Future<bool> canRead(
  1. String doctype
)

Check if the user can read a doctype.

Implementation

Future<bool> canRead(String doctype) async =>
    await _canInUserPermissions('can_read', doctype);