getBalanceHistory method

Future<BalanceHistoryListModel> getBalanceHistory(
  1. String userId,
  2. String currency,
  3. String startDate,
  4. String endDate, [
  5. Config? config,
])

Implementation

Future<BalanceHistoryListModel> getBalanceHistory(
    String userId, String currency, String startDate, String endDate,
    [Config? config]) async {
  throw UnimplementedError('getBalanceHistory() has not been implemented.');
}