onLaunchURL property

(Future<bool> Function(String urlString)?) onLaunchURL
final

function to call when launch url

Implementation

final Future<bool> Function(String urlString)? onLaunchURL;