loadYoutubeIframeApi function

Future<ScriptElement> loadYoutubeIframeApi()

Implementation

Future<ScriptElement> loadYoutubeIframeApi() {
  return loadScript(
    'https://www.youtube.com/iframe_api',
    id: 'youtube_iframe_api',
  );
}