resume method

Future<void> resume()

Resumes the paused animation in the associated GiphyMediaView.

Implementation

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