🚨 Fix web compile with the native http client
This commit is contained in:
5
lib/providers/adapters/sn_network_web.dart
Normal file
5
lib/providers/adapters/sn_network_web.dart
Normal file
@ -0,0 +1,5 @@
|
||||
import 'package:dio/dio.dart';
|
||||
|
||||
Dio addClientAdapter(Dio client) {
|
||||
return client;
|
||||
}
|
Reference in New Issue
Block a user