londonappbrewery/Flash-Chat-Flutter-Complete

Field loggedUser has not been initialized

Blaxxkpanther opened this issue · 2 comments

Field loggedUser has not been initialized

Just re-start the project.

use late
class _ChatScreenState extends State {
final _auth = FirebaseAuth.instance;
late User loggedInUser;