isWeb property
bool
get
isWeb
Implementation
bool get isWeb =>
current == Platforms.web || current == Platforms.chromeExtension;
bool get isWeb =>
current == Platforms.web || current == Platforms.chromeExtension;