is_desktop property
Implementation
bool is_desktop =
((Platform.isLinux || Platform.isMacOS || Platform.isWindows) &&
kIsWeb == false);
bool is_desktop =
((Platform.isLinux || Platform.isMacOS || Platform.isWindows) &&
kIsWeb == false);