Stops the video playback.
@override Future<void> pause(int textureId) async { return _videoPlayers[textureId]!.pause(); }