menu
core_custom_tools package
documentation
http/request_contract.dart
RequestContract
get<T> abstract method
get<T> abstract method
dark_mode
light_mode
get<
T
>
abstract method
Future
<
Response
>
get
<
T
>(
String
path
,
HttpOptions
?
options
)
Implementation
Future<Response> get<T>(String path, HttpOptions? options);
core_custom_tools package
documentation
http/request_contract
RequestContract
get<T> abstract method
RequestContract class