supportPlatformDesktop top-level property
bool
get
supportPlatformDesktop
Implementation
bool get supportPlatformDesktop {
if (!isWeb && isDesktop) return true;
log('Curiosity is not support Platform');
return false;
}