supportPlatformMobile top-level property
bool
get
supportPlatformMobile
Implementation
bool get supportPlatformMobile {
if (isMobile) return true;
log('Curiosity is not support Platform');
return false;
}