You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each platform needs to provide core with a writable interface to store app data, for cookies and similar data which persists between app launches. Specify a trait and expose it with uniffi. It should be similar in function to std::io::Write
The text was updated successfully, but these errors were encountered:
When this is complete it should be exposed to the LiveViewContext as set_persistence_provider, or should be provided in the intializer config, keep in mind the stored values and keys might be sensitive..
Each platform needs to provide core with a writable interface to store app data, for cookies and similar data which persists between app launches. Specify a trait and expose it with uniffi. It should be similar in function to
std::io::Write
The text was updated successfully, but these errors were encountered: