hide method
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.');
}
Hides the GiphyDialog.
This method should be implemented by platform-specific subclasses to hide the GiphyDialog.
Future<void> hide() async {
throw UnimplementedError('hide() has not been implemented.');
}