Skip to content

Instantly share code, notes, and snippets.

@virendersran01
Forked from Aldikitta/RepositoryImpl.kt
Created June 18, 2023 13:19
Show Gist options
  • Save virendersran01/2bc1e232c47c56cba534960dee577f33 to your computer and use it in GitHub Desktop.
Save virendersran01/2bc1e232c47c56cba534960dee577f33 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