Remove the specified key.
@override String removeSync(String key) { window.localStorage.removeItem(key); return key; }