menu
ews package
documentation
Core/Requests/MultiResponseServiceRequest.dart
MultiResponseServiceRequest<TResponse extends ServiceResponse>
CreateServiceResponse abstract method
CreateServiceResponse abstract method
dark_mode
light_mode
CreateServiceResponse
abstract method
TResponse
CreateServiceResponse
(
ExchangeService
service
,
int
responseIndex
)
Creates the service response.
The service. Index of the response.
Implementation
TResponse CreateServiceResponse(ExchangeService service, int responseIndex);
ews package
documentation
Core/Requests/MultiResponseServiceRequest
MultiResponseServiceRequest<TResponse extends ServiceResponse>
CreateServiceResponse abstract method
MultiResponseServiceRequest class