removeTemplateFromFavorite

open fun removeTemplateFromFavorite(    @NonNull context: Context,     @NonNull templateUuid: String,     @Nullable callback: STWOperationCallback)

Removes a template from the list of favorite templates.

Parameters

context

Context The application context.

templateUuid

String the template uuid

callback

STWOperationCallback: callback to handle operation events.