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
var api = xmtp.Api.create();
var client = await Client.createFromWallet(api, wallet);
await mySecureStorage.save(client.keys.writeToBuffer());
The above snippet is from official docs of xmtp. What is mySecureStorage for the above snippet ? Is it the instance of package flutter_secure_storage or any other storage method.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
var api = xmtp.Api.create();
var client = await Client.createFromWallet(api, wallet);
await mySecureStorage.save(client.keys.writeToBuffer());
The above snippet is from official docs of xmtp. What is mySecureStorage for the above snippet ? Is it the instance of package flutter_secure_storage or any other storage method.
Beta Was this translation helpful? Give feedback.
All reactions