getAllUserTeams

open fun getAllUserTeams(userId: String): List<Team>

Method to get all the user's teams

Return

the user teams as List of Team

Parameters

userId

: the identifier of the owner