How to add backendless class to proguard?

How to add the following lines to my proguard config, I can’t find the proguard file

-dontwarn com.backendless.**
-dontwarn weborb.**
-keep class weborb.** {;}
-keep class com.backendless.** {
;}

Perhaps this will help:
https://medium.com/@swav.kulinski/flutter-and-android-obfuscation-8768ac544421

1 Like

@mark-piller It works, Thank You.