isWeb property
bool
get
isWeb
Whether we're running on web at all
Implementation
static bool get isWeb => current != RendererType.notWeb;
Whether we're running on web at all
static bool get isWeb => current != RendererType.notWeb;