isDesktop static method

bool isDesktop()

Implementation

static bool isDesktop() =>
    Platform.isLinux || Platform.isWindows || Platform.isMacOS;