UrlCallback typedef Null safety

UrlCallback = void Function(String url)

Implementation

typedef UrlCallback = void Function(String url);