retrieve abstract method

Future<R> retrieve(
  1. int id
)

Retrieve data R

Implementation

Future<R> retrieve(int id);