isDesktop property

bool get isDesktop

Returns true if running on desktop platforms

Implementation

bool get isDesktop => PlatformUtils.isDesktop;