-
-
Save virendersran01/2bc1e232c47c56cba534960dee577f33 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