isDesktop property

bool get isDesktop

Returns true if the platform is desktop (Windows, macOS, or Linux)

Implementation

bool get isDesktop => VPlatforms.isDeskTop;