supportPlatform top-level property

bool supportPlatform

Implementation

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