RtmServiceContext constructor
RtmServiceContext({
- List<
RtmAreaCode> areaCode = const [RtmAreaCode.GLOB], - RtmCloudProxyType proxyType = RtmCloudProxyType.noneProxy,
Implementation
RtmServiceContext({
this.areaCode = const [RtmAreaCode.GLOB],
this.proxyType = RtmCloudProxyType.noneProxy,
});