StringCallback typedef

StringCallback = dynamic Function(String url)

Callback with URL to open

Implementation

typedef StringCallback(String url);