supportPlatformDesktop top-level property

bool supportPlatformDesktop

Implementation

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