customTabsPackageOrder property

List<String>? customTabsPackageOrder
final

Only has an effect on Android! Sets the Android browser priority for opening custom tabs. Needs to be a list of packages providing a custom tabs service. If a browser is not installed, the next on the list is tested etc.

Implementation

final List<String>? customTabsPackageOrder;