Stops the video playback.
@override Future<void> pause(int textureId) { return _api.pause(TextureMessage(textureId: textureId)); }