getBalanceReport method
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.');
}