onAddressRequested property
A function that returns a deposit address for a given coin and network, optional if paymentMethod=binance-pay
Implementation
final Future<Map<String, String>> Function(String asset, String network)?
onAddressRequested;