get abstract method

Future<T?> get(
  1. String id
)

Get an item by ID.

Implementation

Future<T?> get(String id);