resume method
void
resume()
Resume the playback.
This method sends a resume request to the platform-specific implementation.
Implementation
void resume() {
GiphyVideoManagerPlatform.instance.resume();
}
Resume the playback.
This method sends a resume request to the platform-specific implementation.
void resume() {
GiphyVideoManagerPlatform.instance.resume();
}