RtmServiceContext constructor

RtmServiceContext({
  1. List<RtmAreaCode> areaCode = const [RtmAreaCode.GLOB],
  2. RtmCloudProxyType proxyType = RtmCloudProxyType.noneProxy,
})

Implementation

RtmServiceContext({
  this.areaCode = const [RtmAreaCode.GLOB],
  this.proxyType = RtmCloudProxyType.noneProxy,
});