getItems method

Future<List<WebStorageItem>> getItems()
override

Returns the list of all items from the given Storage object.

Implementation

Future<List<WebStorageItem>> getItems() => platform.getItems();