isWeb top-level property

bool isWeb

Returns true if the app is running on web.

Implementation

bool get isWeb => CurrentPlatform.isWeb;