signOut

abstract suspend fun signOut(): Result<Unit>

Signs out the current user.

Return

A Result indicating the success or failure of the operation.