Accessing Flutter Assets from Native Kotlin Code
I have an image in the assets folder of my Flutter project. It’s accessible in the Flutter app, but I want to access it from the native side (Kotlin side) of the app. I searched about it in the Flutter docs and found this: