You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flutter: ══╡ EXCEPTION CAUGHT BY SERVICES LIBRARY ╞══════════════════════════════════════════════════════════
flutter: The following MissingPluginException was thrown while activating platform stream on channel
flutter: JAVA_TO_FLUTTER:
flutter: MissingPluginException(No implementation found for method listen on channel JAVA_TO_FLUTTER)
flutter:
flutter: When the exception was thrown, this was the stack:
flutter: #0 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:300:7)
flutter:
flutter: #1 EventChannel.receiveBroadcastStream. (package:flutter/src/services/platform_channel.dart:490:29)
flutter:
flutter: #6 ShareSDK.listenNativeEvent (package:sharesdk/sharesdk_interface.dart:16:10)
The text was updated successfully, but these errors were encountered:
会报如下错误:
flutter: ══╡ EXCEPTION CAUGHT BY SERVICES LIBRARY ╞══════════════════════════════════════════════════════════
flutter: The following MissingPluginException was thrown while activating platform stream on channel
flutter: JAVA_TO_FLUTTER:
flutter: MissingPluginException(No implementation found for method listen on channel JAVA_TO_FLUTTER)
flutter:
flutter: When the exception was thrown, this was the stack:
flutter: #0 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:300:7)
flutter:
flutter: #1 EventChannel.receiveBroadcastStream. (package:flutter/src/services/platform_channel.dart:490:29)
flutter:
flutter: #6 ShareSDK.listenNativeEvent (package:sharesdk/sharesdk_interface.dart:16:10)
The text was updated successfully, but these errors were encountered: