authorizationSuccessHtml top-level constant
String
const authorizationSuccessHtml
Implementation
const String authorizationSuccessHtml = '''
<!DOCTYPE html>
<html>
<head>
<title>Authorization Success</title>
</head>
<body>
<h1>Authorization Successful</h1>
<p>You have successfully authorized the application.</p>
<!-- You can add more content or elements here as needed -->
</body>
</html>
''';