@override Future<void> storeAccountData(String type, String content) async { await _accountDataBox.put(type, copyMap(jsonDecode(content))); return; }