From afdee1b588510717c4a61562edf97fb23fa593c2 Mon Sep 17 00:00:00 2001 From: Peter Leibiger Date: Fri, 19 Apr 2024 11:56:20 +0200 Subject: [PATCH] Some random change --- dio/lib/src/options.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dio/lib/src/options.dart b/dio/lib/src/options.dart index e749caae0..f31b4e3d1 100644 --- a/dio/lib/src/options.dart +++ b/dio/lib/src/options.dart @@ -20,6 +20,8 @@ import 'utils.dart'; /// {@endtemplate} typedef ProgressCallback = void Function(int count, int total); +typedef Foo = void Function(int count, int total); + /// Indicates which transformation should be applied to the response data. enum ResponseType { /// Transform the response data to JSON object only when the