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