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