Skip to content

Commit

Permalink
Some random change
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhnroyal committed Apr 19, 2024
1 parent 7b459d9 commit afdee1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dio/lib/src/options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afdee1b

Please sign in to comment.