Skip to content

Instantly share code, notes, and snippets.

@Aldikitta
Created June 14, 2023 09:35
Show Gist options
  • Save Aldikitta/6bcdd9601c9ce1f05af2fcd052ac7f9a to your computer and use it in GitHub Desktop.
Save Aldikitta/6bcdd9601c9ce1f05af2fcd052ac7f9a to your computer and use it in GitHub Desktop.
override fun getDetailAgentVisitFullResponseFlow(id: Int): Flow<SallyResponseResource<BaseResponse<GetAgentDetailResponse>>> {
return agentVisitDataSource.getDetailAgentVisitFullResponseFlow(
token = "",
id = id
).asSallyResponseResourceFlow()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment