createTeam

abstract suspend fun createTeam(name: String): Team

Creates a new team with the given name.

Return

the created Team instance

Parameters

name

desired team name