Skip to content

Instantly share code, notes, and snippets.

@fabioCollini
Created September 28, 2019 12:45
Show Gist options
  • Save fabioCollini/351477b8fd7d8f30644d7f7e4aef59a6 to your computer and use it in GitHub Desktop.
Save fabioCollini/351477b8fd7d8f30644d7f7e4aef59a6 to your computer and use it in GitHub Desktop.
class CityRepoImpl(val app: Application) : CityRepo {
override suspend fun getCurrentCity(): String =
//...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment