isWeb top-level property

bool isWeb
final

Checks if the current platform is the web.

Implementation

final bool isWeb = PlatformResolver.isWeb;