getServerUrl<T> method
Allows to receive data for the connection to Streaming API.
Implementation
Future<ApiResponse<T>> getServerUrl<T>(Map<String, Object> params) =>
_api.request<T>('streaming.getServerUrl', params);
Allows to receive data for the connection to Streaming API.
Future<ApiResponse<T>> getServerUrl<T>(Map<String, Object> params) =>
_api.request<T>('streaming.getServerUrl', params);