hide method

Future<void> hide()

Hides the GiphyDialog.

This method should be implemented by platform-specific subclasses to hide the GiphyDialog.

Implementation

Future<void> hide() async {
  throw UnimplementedError('hide() has not been implemented.');
}