Is there a way to use a non static method from another class? flutter

后端 未结 0 501
忘了有多久
忘了有多久 2021-01-26 22:03

Id like to make a listtile which reacts to login state. So Ive made this code.

class LoginOrNot extends ChangeNotifier{
  bool _login = false;

  bool get login =         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题