URLBuilder.custom constructor

URLBuilder.custom(
  1. String apiKey,
  2. String rpcUrl,
  3. int? chainId,
  4. MagicLocale locale,
)

Implementation

URLBuilder.custom(this.apiKey, String rpcUrl, int? chainId, this.locale) {
  _customUrl = {"rpcUrl": rpcUrl, "chainId": chainId};
}