get abstract method

Future<Entity<D>> get(
  1. P params
)

Gets entity from network or throws on error params Params that distinguish entity

Implementation

Future<Entity<D>> get(P params);