hide method

void hide()

A method to hide the button.

Implementation

void hide() => _jsObject.hide();