I have a Unity export inside my Flutter app. The structure is as follows:
android/unityLibrary/
I want to load this unityLibrary folder as a deferred component (or any way like it), since its so big and GooglePlay is not accepting the app with this size.