StellarSDK constructor

StellarSDK(
  1. String url
)

Implementation

StellarSDK(String url) {
  _serverURI = Uri.parse(url);
  _httpClient = new http.Client();
}