Hi Guys,I am going through jetpack datastore documentation.I have some doubts
1. How preferences datastore is not typed-safe?
2. In preferences datastore,datastore.edit generally run on
Dispatcher.IO ,so it throw in IO exception,How can we catch it? ,In case of read ,we have catch function that we can attach to it,how we can do it ,in case of write