isReadOnly method

Future<bool> isReadOnly()

Determine whether the current route has read-only access

Implementation

Future<bool> isReadOnly() async {
  return featureAccessController!.hasReadOnlyPermission(currentPath);
}