setServerAddress abstract method

Future<bool> setServerAddress(
  1. String serverAddress
)

设置登录服务器地址

serverAddress 登录服务器地址,默认地址为 http:cn.router.justalkcloud.com:8080(国内环境)。如果是海外用户需要设置为 http:intl.router.justalkcloud.com:8080(国际环境)

Implementation

Future<bool> setServerAddress(String serverAddress);