isWeb property

bool get isWeb

Whether the current runtime is a browser/web environment.

Implementation

static bool get isWeb => current == LarkPlatform.web;