xcSetServerAddressByUrl method

Future<void> xcSetServerAddressByUrl(
  1. String serverKey,
  2. String serverIP
)

Implementation

Future<void> xcSetServerAddressByUrl(
    String serverKey, String serverIP) async {
  return _api.setServerAddressByUrl(serverKey, serverIP);
}