findOrCreate

suspend fun findOrCreate(name: String? = null, metadata: String? = null): Channel?

Channelを探し、見つからなかった場合は作成します。