GetCookiesOnResponse typedef

GetCookiesOnResponse = void Function(Response response)

获取cookie

Implementation

typedef GetCookiesOnResponse = void Function(Response<dynamic> response);