get

abstract suspend fun get(id: UUID): Plan?

Retrieves a plan by its unique identifier.

Return

The plan associated with the specified identifier, or null if not found.

Parameters

id

The unique identifier of the plan.