show method

Future<void> show()

Shows the GiphyDialog.

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

Implementation

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