setConnectRetryCount method
设置重连次数
connectRetryCount
重连次数
范围 : (0,100]
Implementation
Future<void> setConnectRetryCount(int connectRetryCount) async {
return _livePusherConfigMC.invokeMethod(
'setConnectRetryCount',
wrapArgs(arg: connectRetryCount.toString()),
);
}