menu
flutter_dio_module package
documentation
com/flutter/http/RxDio.dart
RxDio
setRequestMethod method
setRequestMethod method
dark_mode
light_mode
setRequestMethod
method
void
setRequestMethod
(
Method
method
)
Implementation
void setRequestMethod(Method method) { this._httpMethod = method; }
flutter_dio_module package
documentation
com/flutter/http/RxDio
RxDio
setRequestMethod method
RxDio class