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