Skip to content

Commit a682290

Browse files
authored
refactor: Fix unsupported platform web in pub.dev (#929)
1 parent bb51cb9 commit a682290

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import 'dart:io';
21
import 'package:http/browser_client.dart';
32

4-
getClient(SecurityContext securityContext) {
3+
getClient(dynamic securityContext) {
54
return BrowserClient();
65
}

0 commit comments

Comments
 (0)