html property

String html
final

Implementation

static final String html = '''
  <html>
    <head>
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <script src="https://cdn.portone.io/v2/browser-sdk.js"></script>
    </head>
    <body></body>
  </html>
''';