UniversalLinkSettings extension type
The universal link related settings of a iOS build of a Flutter project.
Constructors
- UniversalLinkSettings.fromJson(String json)
-
factory
Properties
-
associatedDomains
→ List<
String> -
The associated domains of the iOS build of this Flutter project.
no setter
- bundleIdentifier → String
-
The bundle identifier of the iOS build of this Flutter project.
no setter
- teamIdentifier → String
-
The team identifier of the iOS build of this Flutter project.
no setter
Constants
- empty → const UniversalLinkSettings
- Used when the the server can't retrieve universal link settings.