Remove the specified key.
@override Future<String> remove(String key) async { window.localStorage.removeItem(key); return key; }