ProfileRepository

Interface for managing profile-related operations.

Functions

Link copied to clipboard
abstract fun getProfile(): Flow<Profile>

Retrieves the profile information.

Link copied to clipboard
abstract suspend fun signOut(): Result<Unit>

Signs out the current user.