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 0f1f36f commit 98fe219Copy full SHA for 98fe219
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