getBalanceReport method

Future<List<TransactionModel>> getBalanceReport(
  1. String userId,
  2. String currency,
  3. String startDate,
  4. String endDate,
  5. String group,
  6. bool includePrevious,
  7. bool includeToday, [
  8. Config? config,
])

Implementation

Future<List<TransactionModel>> getBalanceReport(
    String userId,
    String currency,
    String startDate,
    String endDate,
    String group,
    bool includePrevious,
    bool includeToday,
    [Config? config]) async {
  throw UnimplementedError('getBalanceReport() has not been implemented.');
}