get abstract method
Future<CustomApiResponse>
get(
- String endpoint, {
- bool includeToken = true,
- RequestOptions? options,
Sends a GET request to endpoint.
Implementation
Future<CustomApiResponse> get(
String endpoint, {
bool includeToken = true,
RequestOptions? options,
});