OnAppLinkFunction typedef

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.

Implementation

typedef OnAppLinkFunction = void Function(Uri uri, String stringUri);