Last active
June 16, 2023 14:47
-
-
Save tdcolvin/a71a226600921153b09c230e8a5cbe3f 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 suspend fun refreshPlanets() { | |
val planets = remoteDataSource.getPlanets() | |
localDataSource.setPlanets(planets) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment