isPlatformSupportedForWebView top-level property

bool isPlatformSupportedForWebView

Implementation

bool get isPlatformSupportedForWebView =>
    kIsWeb ||
    PassiveEmbeddedVideoWidget.supportedPlatforms
        .contains(defaultTargetPlatform);