removeTemplateFromFavorite

fun removeTemplateFromFavorite(    context: Context,     templateUuid: String,     callback: OperationListener<MyBusinessError>?)

Removes a template from the list of favorite templates.

Parameters

context
    **Context** The application context.
templateUuid
    **String** the template uuid
callback
    **[OperationListener]:** callback to
    handle operation events.