get Favorite Template List
suspend fun getFavoriteTemplateList(context: Context): List<STWTemplate>?
Content copied to clipboard
Gets the list of user favorite templates. And it should be called only from a coroutine or another suspend function.
Return
The List of STWTemplate marked as favorite.
See also
#changeTemplateFavoriteListOrder(Context, List, STWOperationCallback)
The list of favorite templates is always synchronized with other client
Apps.Content copied to clipboard
Parameters
context
**Context** The application context.Content copied to clipboard