Created
November 14, 2021 09:10
-
-
Save EmmanuelGuther/f4cc3edf248cd6245bfa17926ffd098c 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
@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