getTransactionProfile method
Implementation
Future<TransactionProfileModel> getTransactionProfile(
String userId, String currency,
[Config? config]) async {
throw UnimplementedError(
'getTransactionProfile() has not been implemented.');
}