appLink property
An optional app link that can be used on non-Android platforms.
This allows the action to work on platforms that don't support Android Intents.
Implementation
@override
Uri get appLink => _baiduUri(
'place/search',
_queryParameters,
sourceApplication: sourceApplication,
platformPrefix: 'ios',
);