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
════════ Exception caught by services library ══════════════════════════════════
MissingPluginException(No implementation found for method listen on channel flutter_twilio_voice)
════════════════════════════════════════════════════════════════════════════════
E/flutter (28315): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: MissingPluginException(No implementation found for method makeCall on channel flutter_twilio_voice)
E/flutter (28315): #0 MethodChannel._invokeMethod
package:flutter/…/services/platform_channel.dart:156
E/flutter (28315): <asynchronous suspension>
E/flutter (28315): #1 FlutterTwilioVoice.makeCall
package:flutter_twilio_voice/flutter_twilio_voice.dart:34
E/flutter (28315): <asynchronous suspension>
E/flutter (28315):
problem in : ( .listen(_onEvent, onError: _onError);)
void _onEvent(Object event)
package:twilio_voice_example/pages/voice_external.dart
The argument type 'void Function(Object)' can't be assigned to the parameter type 'void Function(dynamic)?'
The text was updated successfully, but these errors were encountered:
My function :
Exception:
problem in : ( .listen(_onEvent, onError: _onError);)
The text was updated successfully, but these errors were encountered: