bypassAppDetectionAndFallback property

bool bypassAppDetectionAndFallback
final

If true, the app detection and fallback logic will be bypassed.

This means if canLaunch returns true for the app URI, it will be launched directly without checking for app installation or offering web fallbacks. Defaults to false.

Implementation

final bool bypassAppDetectionAndFallback;