Determine whether the current route has read-only access
Future<bool> isReadOnly() async { return featureAccessController!.hasReadOnlyPermission(currentPath); }