isDesktop property
bool
get
isDesktop
Returns true if the platform is desktop (Windows, macOS, or Linux)
Implementation
bool get isDesktop => VPlatforms.isDeskTop;
Returns true if the platform is desktop (Windows, macOS, or Linux)
bool get isDesktop => VPlatforms.isDeskTop;