getFinancialReport method

Future<Map> getFinancialReport(
  1. String token,
  2. String reportId
)

Implementation

Future<Map> getFinancialReport(String token, String reportId) {
  throw UnimplementedError("Get Financial Report has not been implemented");
}