getFinancialReportContent method

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

Implementation

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