Skip to content

Instantly share code, notes, and snippets.

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