getTransactionsReport method

Future<TransactionReportListModel> getTransactionsReport(
  1. String? startDate,
  2. String? endDate,
  3. bool? suspense,
  4. int? limit, [
  5. String? filter,
  6. Config? config,
])

Implementation

Future<TransactionReportListModel> getTransactionsReport(
    String? startDate, String? endDate, bool? suspense, int? limit,
    [String? filter, Config? config]) async {
  throw UnimplementedError(
      'getTransactionsReport() has not been implemented.');
}