menu
nylo_support package
documentation
networking/dio_api_service.dart
DioApiService
setMethod method
setMethod method
dark_mode
light_mode
setMethod
method
dynamic
setMethod
(
String
method
)
Set the
method
for the request.
Implementation
setMethod(String method) { _api.options.method = method; }
nylo_support package
documentation
networking/dio_api_service
DioApiService
setMethod method
DioApiService class