flutter User class can't be null
I'm making flutter project, but I search in google everywhere. Error message: The argument type 'Null' can't be assigned to the parameter type 'User'. I want to make app go login page if user is null, But I don't know…