The body might complete normally, causing 'null' to be returned, but the return type, 'FutureOr<UserCredential>', is a potentially non-nullable type – Flutter
I am building a flutter app and I am trying to create a method that will enable users to be registered in Firebase as well as storing their data in Firestore. I am getting an error where the body is…