menu
rxnet_plus package
documentation
rxnet_lib.dart
RxNetConfigBuilder
cachePath method
cachePath method
dark_mode
light_mode
cachePath
method
RxNetConfigBuilder
cachePath
(
String
path
)
设置缓存目录路径
Implementation
RxNetConfigBuilder cachePath(String path) { _cachePath = path; return this; }
rxnet_plus package
documentation
rxnet_lib
RxNetConfigBuilder
cachePath method
RxNetConfigBuilder class