Noobware1
Noobware1
got an error when I tried doing this ``` // ignore_for_file: unnecessary_this import 'mega_cloud.dart'; import 'package:meiyou_extenstions/meiyou_extenstions.dart'; class RabbitStream extends MegaCloud { RabbitStream(ExtractorLink extractorLink) : super(extractorLink); @override String getUrl() { final...
it should return $ExtractorApi but it returns $InstanceImpl here's the error ``` Instance of '$InstanceImpl' Unhandled exception: NoSuchMethodError: Class '$InstanceImpl' has no instance method 'extract'. Receiver: Instance of '$InstanceImpl' Tried...
@ethanblake4 I actually want to fix it can you telling me where should I start?
I only need modify ```constructor.dart``` or do I need to modify runtime ops or other files related to bridge too?
Hi, @ethanblake4 i can do the 2 and 3 points you said. The 1st and 4th are just beyond me. If you could elaborate just on them 🙏🙏 it would...
@ethanblake4 I am ashamed to ask but I literally can't find a way to make this happen. I have to main problems with implementing switch cases 1. how can I...
It's ok I can wait that'll be more easier.
But I am confused about one thing this code is not eval code this is real dart code so error handling is done in actually dart, so it should fine...
So the error thrown in loadMediaDetails should catched by above catch block but It doesn't?
Ic, Thanks for the explanation.