Future<void> setMnemonic(String token) async { await _storage.write(key: 'mnemonic', value: token); }