init(identifier:title:asyncGetter:)

Declaration

convenience init<Entity>(identifier: String, title: LocalizedStringResource, asyncGetter: @escaping  @Sendable (Entity) async throws -> Value) where Entity : AppEntity