GiphyMediaSelectionListener class abstract

An abstract class designed to handle events from the Giphy dialog.

To use GiphyMediaSelectionListener, implement this abstract class in your widget state.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDismiss() → void
Called when the GiphyDialog is dismissed.
onMediaSelect(GiphyMedia media) → void
Called when a media item is selected in the GiphyDialog.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited