GetSelfTeamIdUseCase

This use case is responsible for retrieving the current user's team ID. the team ID is cached in memory and is not expected to change during the app's lifecycle, so it is not wrapped in a Result.

Inheritors

Functions

Link copied to clipboard
abstract suspend operator fun invoke(): <Error class: unknown class>?