@override Future<void> saveLevel(int value, String key) async { final prefs = await instanceFuture; await prefs.setInt('Level', value); }