Skip to content

Instantly share code, notes, and snippets.

@tdcolvin
Created January 18, 2024 10:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tdcolvin/2427c0c91b4bdc365cb3dd605525225d to your computer and use it in GitHub Desktop.
Save tdcolvin/2427c0c91b4bdc365cb3dd605525225d to your computer and use it in GitHub Desktop.
suspend fun saveNote(note: Note) {
withContext(Dispatchers.IO) {
notesRemoteDataSource.saveNote(note)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment