This is my first time using remote config. And I can't access it for my videoId. How do I go about it? Thanks
static String myVideoId = _remoteConfigService.getEpl01Match;
YoutubePlayerController _controller = YoutubePlayerController(
initialVideoId: myVideoId,
flags: YoutubePlayerFlags(
autoPlay: true,
mute: false,
),
);