canWrite method

Future<bool> canWrite(
  1. String doctype
)

Check if the user can write a doctype

Implementation

Future<bool> canWrite(String doctype) async =>
    await _canInUserPermissions('can_write', doctype);