get abstract method

Future<T> get(
  1. ApiRequest request
)

Fetches the value of the resource once.

Implementation

Future<T> get(ApiRequest request);