isPlatformWeb top-level property

bool get isPlatformWeb

Returns true if the app is running in a web browser.

Implementation

bool get isPlatformWeb => platformType == PxPlatformType.web;