RouterFn typedef

RouterFn = dynamic Function(String url)

Implementation

typedef RouterFn = Function(String url);