Scott Thoo

Results 1 comments of Scott Thoo

> you need to init getstorage in callbackDispatcher function as below. I think it should work. > > ``` > void callbackDispatcher() async { > > if (Platform.isAndroid) PathProviderAndroid.registerWith(); >...