Checks if the capability with the specified capabilityName is supported.
capabilityName
bool supports(String capabilityName) { return (capabilities?.firstWhereOrNull((c) => c.name == capabilityName) != null); }