teste
parent
409ee20353
commit
4f2158bc1a
|
|
@ -55,7 +55,6 @@ class LoginController with ChangeNotifier {
|
|||
try {
|
||||
await Future.delayed(const Duration(seconds: 2));
|
||||
|
||||
// Simula login bem-sucedido
|
||||
_isLoading = false;
|
||||
notifyListeners();
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue