IsSelfATeamMemberUseCase

Checks if the self user is a team member or not.

Return

true if the self user is a team member, false otherwise.

Inheritors

Functions

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

Flow that emits the current value, i.e. whether self user is a team member or not. It will not emit while SlowSync isn't done, as it needs to assure that SelfUser has been properly initialised.