Skip to content

Commit

Permalink
Fix url repo for WASM
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Dec 22, 2024
1 parent 2d13caa commit 5206cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pub_stats/lib/service/url_service/url_service.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'package:pub_stats/service/url_service/url_service_stub.dart'
if (dart.library.js) 'package:pub_stats/service/url_service/url_service_web.dart';
if (dart.library.js_interop) 'package:pub_stats/service/url_service/url_service_web.dart';

abstract class UrlService {
void setPath(String path);
Expand Down

0 comments on commit 5206cb8

Please sign in to comment.