supportPlatformMobile top-level property

bool supportPlatformMobile

Implementation

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