IntentProvider typedef

IntentProvider = Future Function(Uri? uri)

Implementation

typedef Future<dynamic> IntentProvider(Uri? uri);