Skip to content

Instantly share code, notes, and snippets.

@EmmanuelGuther
Created November 14, 2021 09:10
Show Gist options
  • Save EmmanuelGuther/f4cc3edf248cd6245bfa17926ffd098c to your computer and use it in GitHub Desktop.
Save EmmanuelGuther/f4cc3edf248cd6245bfa17926ffd098c to your computer and use it in GitHub Desktop.
@Query("SELECT count(*) FROM alarm")
fun countAlarms(): Flow<Int>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment