getExpenses method

dynamic getExpenses({
  1. Map<String, String>? options,
})

This method is used to get all Expenses

Implementation

getExpenses({Map<String, String>? options}) async =>
    await _makeGetRequest('get_expenses', options: options);