empty constant
        
        UniversalLinkSettings
        const empty
        
      
      
Used when the the server can't retrieve universal link settings.
Implementation
static const empty = UniversalLinkSettings._({
  _kBundleIdentifierKey: '',
  _kTeamIdentifierKey: '',
  _kAssociatedDomainsKey: [],
});