hostPlatform property

HostRunnerPlatform hostPlatform
final

create a HostPlatform instance based on the current platform with the help of this class we can make the commands platform specific for example, the ping command is different on windows and linux

only supports windows, linux and macos

Implementation

final HostRunnerPlatform hostPlatform;