isWeb top-level property
bool
get
isWeb
Returns true if the app is running on web.
Implementation
bool get isWeb => CurrentPlatform.isWeb;
Returns true if the app is running on web.
bool get isWeb => CurrentPlatform.isWeb;