Skip to content

Commit f49828c

Browse files
committed
feat(api-options): add responseType parameter to options constructor
1 parent d805005 commit f49828c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/src/api_options/api_options.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ class ApiOptions {
1010
this.expireDuration,
1111
this.cancelToken,
1212
this.ignoreAutoRefresh = true,
13+
this.responseType,
14+
1315
});
16+
ResponseType? responseType;
1417

1518
Map<String, dynamic>? headers;
1619

0 commit comments

Comments
 (0)