TJSpendCurrencyHandler typedef

TJSpendCurrencyHandler = void Function(String? currencyName, int? amount, String? error)

Implementation

typedef TJSpendCurrencyHandler = void Function(
    String? currencyName, int? amount, String? error);