getById abstract method
Loads the instance of T whose primary key is id.
Implementation
Future<ReadResult<T>> getById(
String id,
RequestDetails details,
);
Loads the instance of T whose primary key is id.
Future<ReadResult<T>> getById(
String id,
RequestDetails details,
);