mirror of
https://github.com/foss42/apidash.git
synced 2025-06-18 21:04:37 +08:00
client_manager.dart => http_client_manager.dart
This commit is contained in:
@ -6,7 +6,7 @@ import 'package:seed/seed.dart';
|
|||||||
import '../consts.dart';
|
import '../consts.dart';
|
||||||
import '../models/models.dart';
|
import '../models/models.dart';
|
||||||
import '../utils/utils.dart';
|
import '../utils/utils.dart';
|
||||||
import 'client_manager.dart';
|
import 'http_client_manager.dart';
|
||||||
|
|
||||||
typedef HttpResponse = http.Response;
|
typedef HttpResponse = http.Response;
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
|
export 'http_client_manager.dart';
|
||||||
export 'http_service.dart';
|
export 'http_service.dart';
|
||||||
export 'client_manager.dart';
|
|
||||||
|
Reference in New Issue
Block a user