Retrieves the item with the given id from the local repository.
id
Returns null if the item is not found.
Future<T?> getById(String id);