fetchItem method

Future<Item> fetchItem(
  1. String id
)

Implementation

Future<Item> fetchItem(String id) async { throw UnimplementedError(); }