* @param {!../api/subscriptions.ButtonOptions|function()} optionsOrCallback * @param {function()=} callback * @return {!Element}
(optionsOrCallback, callback)
| 8772 | * @return {!Element} |
| 8773 | */ |
| 8774 | create(optionsOrCallback, callback) { |
| 8775 | const button = createElement(this.doc_.getWin().document, 'button', {}); |
| 8776 | return this.attach(button, optionsOrCallback, callback); |
| 8777 | } |
| 8778 | |
| 8779 | /** |
| 8780 | * Attaches the Classic 'Subscribe With Google' button. |
no test coverage detected