menu
mineral package
documentation
services.dart
HttpClientContract
get<T> abstract method
get<T> abstract method
dark_mode
light_mode
get<
T
>
abstract method
Future
<
Response
<
T
>
>
get
<
T
>(
String
endpoint
, {
HttpRequestOption?
option
,
})
Implementation
Future<Response<T>> get<T>(String endpoint, {HttpRequestOption? option});
mineral package
documentation
services
HttpClientContract
get<T> abstract method
HttpClientContract class