debugWindowSize method
设置调试窗口大小
Implementation
RxNetConfigBuilder debugWindowSize(double width, double height) {
_debugWindowWidth = width;
_debugWindowHeight = height;
return this;
}
设置调试窗口大小
RxNetConfigBuilder debugWindowSize(double width, double height) {
_debugWindowWidth = width;
_debugWindowHeight = height;
return this;
}