Check if current platform is web
Uses kIsWeb from flutter/foundation for reliable detection.
static bool get isWeb => kIsWeb;