pause method

Future<void> pause()

Pauses the animation in the associated GiphyMediaView.

Implementation

Future<void> pause() async => _state?.pause();