getPaymentAssetsForNetwork method
Implementation
@override
List<ExchangeAsset> getPaymentAssetsForNetwork({
String? chainId,
bool includeNative = true,
}) {
return _appKit.getPaymentAssetsForNetwork(
chainId: chainId,
includeNative: includeNative,
);
}