We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9663837 commit d2bbee6Copy full SHA for d2bbee6
lib/src/web/web_unity_widget_controller.dart
@@ -35,9 +35,6 @@ class WebUnityWidgetController extends UnityWidgetController {
35
36
MethodChannel? _channel;
37
38
- @override
39
- int get id => throw UnimplementedError("Platform does not support id");
40
-
41
/// used for cancel the subscription
42
StreamSubscription? _onUnityMessageSub,
43
_onUnitySceneLoadedSub,
0 commit comments