getTransactionProfile method
Implementation
@override
Future<TransactionProfileModel> getTransactionProfile(
String userId, String currency,
[Config? config]) async {
config ??= CONFIG!;
return fetchTransactionProfile(userId, currency, config);
}