The return of string value is null or empty when I call the function using GetX in flutter
I want to call the string function, I use package_info_plus to get the packageName when I run the app, just like this: class SplashScreenController extends GetxController { late String one = ''; late RxString two = ''.obs; @override void onInit()…