InterceptUrlCallBack typedef

InterceptUrlCallBack = void Function(String url, Map<String, String> headers)

Implementation

typedef void InterceptUrlCallBack(String url, Map<String, String> headers);