menu
rxnet_plus package
documentation
net/rx_net.dart
RxNet
post<T> static method
post<T> static method
dark_mode
light_mode
post<
T
>
static method
BuildRequest
post
<
T
>(
{
String
path
=
""
,
})
Implementation
static BuildRequest post<T>({String path = ""}) { return I.postRequest<T>().setPath(path); }
rxnet_plus package
documentation
net/rx_net
RxNet
post<T> static method
RxNet class