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
Trying to use the SmsReceiver (or even just the basic SMS reader) from a flutter_background_service task (foreground mode) fails with this error:
═══════ Exception caught by services library ══════════════════════════════════
The following MissingPluginException was thrown while activating platform stream on channel plugins.elyudde.com/recvSMS:
MissingPluginException(No implementation found for method listen on channel plugins.elyudde.com/recvSMS)
When the exception was thrown, this was the stack:
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:332:7)
platform_channel.dart:332
<asynchronous suspension>
#1 EventChannel.receiveBroadcastStream.<anonymous closure> (package:flutter/src/services/platform_channel.dart:676:9)
platform_channel.dart:676
<asynchronous suspension>
════════════════════════════════════════════════════════════════════════════════
The text was updated successfully, but these errors were encountered:
Trying to use the
SmsReceiver
(or even just the basic SMS reader) from a flutter_background_service task (foreground mode) fails with this error:The text was updated successfully, but these errors were encountered: