appHost property
String
get
appHost
The hosted location of the application On desktop this is 'desktop' In the web this is the specified embedder i.e. 'github.dev', 'codespaces', or 'web' if the embedder does not provide that information
Implementation
_i2.String get appHost => _i3.getProperty(
this,
'appHost',
);