Skip to content

Instantly share code, notes, and snippets.

@abohomol
Created October 25, 2018 11:46
Show Gist options
  • Save abohomol/81cc3b69be9da5f14e31e9ed4a4e6373 to your computer and use it in GitHub Desktop.
Save abohomol/81cc3b69be9da5f14e31e9ed4a4e6373 to your computer and use it in GitHub Desktop.
interface UserService {
suspend fun getProfile(): UserProfile
suspend fun getFinancialDetails(): FinancialDetails
suspend fun finalizeOnboarding()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment