@override FutureOr<void> remove() async { await SharedPreferencesAsync().remove(_ACK); return SharedPreferencesAsync().remove(_NAME); }