kVideoHtml top-level constant

String const kVideoHtml

Implementation

const kVideoHtml = """
<video controls width="320" height="176"><source src="\${VIDEO_URL}" \${HTML_REF_LABEL}="\${HTML_REF_ID}">Your browser does not support HTML5 video</video>
""";