We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12adc3 commit 30c549dCopy full SHA for 30c549d
packages/yet_another_json_isolate/lib/src/_isolates_web.dart
@@ -1,6 +1,10 @@
1
import 'dart:convert';
2
3
class YAJsonIsolate {
4
+ YAJsonIsolate({
5
+ String? debugName,
6
+ });
7
+
8
Future<void> initialize() async {}
9
10
Future<void> dispose() async {}
0 commit comments