isDesktop property

bool get isDesktop

Returns true if the current device is a desktop.

Implementation

bool get isDesktop => deviceInfo.isDesktop;