@override Future<void> deleteAccountFromDatabase() async { await Future.delayed(Duration(milliseconds: 200)); cardDatabase.clear(); }