GiphyMediaViewController class

A controller for managing a GiphyMediaView.

This class provides methods to pause and resume media playback in the associated GiphyMediaView.

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
pause() Future<void>
Pauses the animation in the associated GiphyMediaView.
resume() Future<void>
Resumes the paused animation in the associated GiphyMediaView.
toString() String
A string representation of this object.
inherited

Operators

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