getNetworkProperties method
Implementation
Future<BridgeNetworkProperties> getNetworkProperties(String chain) async {
final res = await service.getNetworkProperties(chain);
return BridgeNetworkProperties.fromJson(Map<String, dynamic>.from(res));
}