getItems method
override
Returns the list of all items from the given Storage object.
Implementation
Future<List<WebStorageItem>> getItems() => platform.getItems();
Returns the list of all items from the given Storage object.
Future<List<WebStorageItem>> getItems() => platform.getItems();