6 lines
86 B
Dart
6 lines
86 B
Dart
import 'package:dio/dio.dart';
|
|
|
|
Dio addClientAdapter(Dio client) {
|
|
return client;
|
|
}
|