Firebase – TypeError: Cannot read properties of undefined (reading 'STATE_CHANGED')
When using firebase_storage in flutter, its working fine but when i try to listen to the progress when uploading a file to firebase using this code .snapshotEvents.listen. It gives me that error and the state is not updating. Issue is…