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