show method

void show()

Shows the GiphyDialog.

This method pauses all clips playback before showing the dialog.

Implementation

void show() {
  GiphyVideoManager.instance.pauseAll();
  GiphyDialogPlatform.instance.show();
}