Hides the GiphyDialog.
This method sends a 'hide' method call to the native platform to hide the GiphyDialog.
@override Future<void> hide() async { await _channel.invokeMethod('hide'); }