url property

String url
final

location of the index.html file inside unity folder

String url = 'http://localhost:${Uri.base.port}/unityBuild/index.html'

Implementation

final String url;