pauseAll method

void pauseAll()

Pause active GiphyVideoView player.

This method sends a pause request to the platform-specific implementation.

Implementation

void pauseAll() {
  GiphyVideoManagerPlatform.instance.pauseAll();
}