url property
location of the index.html file inside unity folder
String url = 'http://localhost:${Uri.base.port}/unityBuild/index.html'
Implementation
final String url;
location of the index.html file inside unity folder
String url = 'http://localhost:${Uri.base.port}/unityBuild/index.html'
final String url;