CustomSorobanServer constructor

CustomSorobanServer(
  1. String _serverUrl
)

Implementation

CustomSorobanServer(this._serverUrl) : super(_serverUrl) {
  _headers = {...RequestBuilder.headers};
  _headers.putIfAbsent("Content-Type", () => "application/json");
}