Skip to content

Instantly share code, notes, and snippets.

@virendersran01
Forked from Aldikitta/DataSource.kt
Created June 18, 2023 13:21
Show Gist options
  • Save virendersran01/601af1f59398bc98fdbf9e76125d835a to your computer and use it in GitHub Desktop.
Save virendersran01/601af1f59398bc98fdbf9e76125d835a to your computer and use it in GitHub Desktop.
suspend fun getDetailAgentVisitFullResponse(
token: String,
id: Int
): SallyResponseResource<BaseResponse<GetAgentDetailResponse>> {
return asSallyResponseResourceSuspend {
agentVisitService.getDetailAgentVisitWithFullResponse(
token = token,
id = id
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment