isWeb property

bool get isWeb

Check if current platform is web

Uses kIsWeb from flutter/foundation for reliable detection.

Implementation

static bool get isWeb => kIsWeb;