A value of type 'Null' can't be assigned to a parameter of type 'Storage' in a const constructor & path provider

Viewed 21

I am working with path_provider now. I have a class where I defined all async functions etc. in it. In this class I have not made a constructor. I want to use this class in another Stateful Widget class. I will just show 3 Screenshots, because I think it's easier to understand.

the Screenshots

0 Answers
Related