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