flutter_pusher icon indicating copy to clipboard operation
flutter_pusher copied to clipboard

MissingPluginException(No implementation found for method listen on channel pusherStream)

Open canaan5 opened this issue 5 years ago • 3 comments

════════ Exception caught by services library ══════════════════════════════════════════════════════ The following MissingPluginException was thrown while activating platform stream on channel pusherStream: MissingPluginException(No implementation found for method listen on channel pusherStream)

When the exception was thrown, this was the stack: #0 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:319:7) #1 EventChannel.receiveBroadcastStream. (package:flutter/src/services/platform_channel.dart:517:29) #3 EventChannel.receiveBroadcastStream. (package:flutter/src/services/platform_channel.dart:503:64) #8 Pusher.init (package:pusher_websocket_flutter/pusher.dart:29:44) ... ════════════════════════════════════════════════════════════════════════════════════════════════════

canaan5 avatar Apr 09 '20 02:04 canaan5

I had the same issue too. Were you able to solve it?

════════ Exception caught by services library ══════════════════════════════════════════════════════ The following MissingPluginException was thrown while activating platform stream on channel plugins.indoor.solutions/pusherStream: MissingPluginException(No implementation found for method listen on channel plugins.indoor.solutions/pusherStream)

When the exception was thrown, this was the stack: #0 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:319:7) #1 EventChannel.receiveBroadcastStream. (package:flutter/src/services/platform_channel.dart:517:29) #3 EventChannel.receiveBroadcastStream. (package:flutter/src/services/platform_channel.dart:503:64) #8 Pusher.init (package:flutter_pusher/pusher.dart:40:44)

Stinger101 avatar May 01 '20 20:05 Stinger101

I found the solution, I stopped hot reloading and installed the app again. It worked.

Stinger101 avatar May 01 '20 20:05 Stinger101

I have same problem!!!...there is a solution for this?

aslami-dev avatar Aug 09 '21 10:08 aslami-dev