Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhnroyal committed Dec 19, 2023
1 parent 75dc53c commit 4595d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/extend_dio.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'package:dio/dio.dart';
import 'package:dio/io.dart';

class HttpService extends DioForNative {
HttpService([BaseOptions? baseOptions]) : super(baseOptions) {
HttpService([super.baseOptions]) {
options
..baseUrl = 'https://httpbin.org/'
..contentType = Headers.jsonContentType;
Expand Down

0 comments on commit 4595d0c

Please sign in to comment.