isWeb property
bool
get
isWeb
Whether the current runtime is a browser/web environment.
Implementation
static bool get isWeb => current == LarkPlatform.web;
Whether the current runtime is a browser/web environment.
static bool get isWeb => current == LarkPlatform.web;