isWebMobile top-level property

bool isWebMobile
final

Checks if the current platform is a web mobile device.

Implementation

final isWebMobile = kIsWeb &&
    (defaultTargetPlatform == TargetPlatform.iOS ||
        defaultTargetPlatform == TargetPlatform.android);