onPlaybackStateChanged property

dynamic Function(GiphyVideoViewPlaybackState state)? onPlaybackStateChanged
final

A callback function that will be called when playback state changes.

Implementation

final Function(GiphyVideoViewPlaybackState state)? onPlaybackStateChanged;