get abstract method

Future<T?> get()

Asynchronously returns an object of type T from the API endpoint.

Implementation

Future<T?> get();