isWeb property

bool get isWeb

True when running in a browser, where finished files go through the browser's own download UI instead of a file path.

Implementation

static bool get isWeb => impl.isWeb;