setBlockchainNetworkEnvironment method
Implementation
Future<void> setBlockchainNetworkEnvironment(
{required String blockchainType, required String newUrl}) async {
await blockchainService.setBlockchainNetworkEnvironment(
blockchainType: blockchainType,
newUrl: newUrl,
);
}