show method
void
show()
A method to make the button visible. Note that opening the Mini App from the attachment menu hides the main button until the user interacts with the Mini App interface.
Implementation
void show() => _jsObject.show();