get abstract method

Future<Model> get(
  1. String id
)

Returns the entry with the specified id.

Implementation

Future<Model> get(String id);