Created
September 10, 2020 01:48
-
-
Save carolinemusyoka/5daac1ae12df75878a3dfdbef264a3b1 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
class ApiHelper(private val apiService: ApiService) { | |
suspend fun getSuperHeroes() = apiService.getSuperHeroes() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment