hostPlatform top-level property

HostPlatform hostPlatform

Indicates the current host platform used by Alchemist. Can be overridden for testing. This value is utilized by HostPlatform.current.

Implementation

HostPlatform get hostPlatform => _hostPlatform;
void hostPlatform=(HostPlatform value)

Implementation

set hostPlatform(HostPlatform value) => _hostPlatform = value;