Skip to content

Commit 30c549d

Browse files
committed
fix: Make the web isolate have the same constructor signature as the io isolate.
1 parent b12adc3 commit 30c549d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/yet_another_json_isolate/lib/src/_isolates_web.dart

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
import 'dart:convert';
22

33
class YAJsonIsolate {
4+
YAJsonIsolate({
5+
String? debugName,
6+
});
7+
48
Future<void> initialize() async {}
59

610
Future<void> dispose() async {}

0 commit comments

Comments
 (0)