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