get Favorite Contacts As Live Data
fun getFavoriteContactsAsLiveData(context: Context): LiveData<List<STWContact>?>
Content copied to clipboard
Gets the list of favorite contacts as LiveData.
Return
LiveData of list of STWContact favorites
Parameters
context
The application context