CustomTabsBrowserConfiguration.externalBrowser constructor

  1. @internal
const CustomTabsBrowserConfiguration.externalBrowser({
  1. required Map<String, String>? headers,
})

Implementation

@internal
const CustomTabsBrowserConfiguration.externalBrowser({
  required this.headers,
})  : prefersDefaultBrowser = null,
      fallbackCustomTabs = null,
      prefersExternalBrowser = true;