hide method

void hide()

Hides the GiphyDialog.

Implementation

void hide() {
  GiphyDialogPlatform.instance.hide();
}