I am trying to access a static value which is stored in app.dart Class and static variables
I have set the value of this variable in splashscreen.dart Setting and printing the values
Here in Console
But shows error, that it requires static value only in login_register Error while accessing
Guide me, if I am doing something wrong.
Thank you