app_links_platform_interface library

Classes

AppLinksPlatform
The interface that implementations of app_links must implement.

Typedefs

OnAppLinkFunction = void Function(Uri uri, String stringUri)
Callback when your app is woke up by an incoming link uri and stringUri are same value. stringUri is available for custom handling like uppercased uri.