isWeb property

  1. @override
bool isWeb
final

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

Implementation

@override
final bool isWeb = kIsWeb;