isDesktop property
bool
get
isDesktop
Returns true if the current device is a desktop.
Implementation
bool get isDesktop => deviceInfo.isDesktop;
Returns true if the current device is a desktop.
bool get isDesktop => deviceInfo.isDesktop;