logCryptoPayment abstract method

Future<void> logCryptoPayment(
  1. String pack,
  2. double price,
  3. int amount, {
  4. String currency = "ETH",
  5. String chain = "ethereum",
})

Implementation

Future<void> logCryptoPayment(String pack, double price, int amount,
    {String currency = "ETH", String chain = "ethereum"});