MissingPluginException when using Flutter module as AAR in native Android project
I have a Flutter module that communicates with native Android code using MethodChannel. When I run the Flutter module independently, everything works fine and the native code is called correctly.