isDesktop property

dynamic isDesktop

Implementation

static get isDesktop =>
    GetPlatform.isWindows || GetPlatform.isLinux || GetPlatform.isMacOS;