iOSAppSchemes property
(iOS-specific) A list of URL schemes to query for app availability.
For iOS, apps must declare URL schemes they intend to query in their
Info.plist under LSApplicationQueriesSchemes. Only apps matching
these schemes can be identified.
Implementation
final List<String>? iOSAppSchemes;