getById abstract method
Loads the instance of T whose primary key is found at
ReadOperation.itemId.
Implementation
Future<ReadResult<T>> getById(ReadOperation<T> operation);
Loads the instance of T whose primary key is found at
ReadOperation.itemId.
Future<ReadResult<T>> getById(ReadOperation<T> operation);