canExport method

Future<bool> canExport(
  1. String doctype
)

Check if the user can export a doctype.

Implementation

Future<bool> canExport(String doctype) async =>
    await _canInUserPermissions('can_export', doctype);