Created
June 14, 2023 09:35
-
-
Save Aldikitta/6bcdd9601c9ce1f05af2fcd052ac7f9a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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