Relative Content

Tag Archive for flutteragora.ioagora

Flutter Error: No named parameter with the name ‘onExtensionError’

../../.pub-cache/hosted/pub.dev/agora_uikit-1.3.10/lib/controllers/rtc_event_handlers.dart:305:6: Error: No named parameter with the name ‘onExtensionError’. }, onExtensionError: (provider, extension, error, message) { ^^^^^^^^^^^^^^^^ ../../.pub-cache/hosted/pub.dev/agora_rtc_engine-6.5.0/lib/src/agora_rtc_engine.dart:1648:9: Context: Found this candidate, but the arguments don’t match. const RtcEngineEventHandler({ ^^^^^^^^^^^^^^^^^^^^^ Target kernel_snapshot_program failed: Exception FAILURE: Build failed with an exception. I am creating a video calling function in my flutter app using agora. It’s supposed […]